Solve a problem with a large number of columns in the definition of tables: with more than 24 columns, the original code would fail due to the use of a fixed repeat count. This is solved by using dynamic format strings (also in INSERT and SELECT)
Authored by: arjenmarkus 2018-04-01
Parent: [r380]
Child: [r382]