Hi All! I am working with empire 2.3.0 + spring and got everything working incl transactions. For testing purposes I want to drop my database (hsql in memory) between test runs. The "database" getCreateDDLScript method creates all tables and I am looking for a DropDDLScript method but can't figure it out. The method exists on the driver (OracleDDLGenerator for example) and I can call it like: db.getDriver().getDDLScript(DBCmdType.DROP,..) but this fails with an exception "Invalid Argument null for parameter name". From the sources a schema name is missing so I am a little confused..,
Can you point me to the right direction? Thx in advance Jens
