| Creates the createdb.sql script (Not necessary to run tests).
This test creates temp/createdb.sql which contains DROP and CREATE
TABLE statments that can recreate the tables in the given
database. This should be used if SimpleORM is to be made the
single source of truth for database definitions.
Note that this is not actually required to run the other tests as
they each explicitly create any tables that they need using
executeUpdate .
|