Menu

Commit [r381]  Maximize  Restore  History

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)

arjenmarkus 2018-04-01

changed /trunk/src/sqlite/fsqlite.f90
/trunk/src/sqlite/fsqlite.f90 Diff Switch to side-by-side view
Loading...