Thanks for your feedback! You are right, DROP ALL OBJECTS is really
slow if there are many tables. I will make it fast in the next
release.
A workaround is to use a new database for each test (disconnect from
the old database, and open a new connection). That is, without using
DB_CLOSE_DELAY=-1, or by setting it manually to 0 before
disconnecting. This only works for in-memory database of course.
Would that be a solution for you? Please tell me if you have any
question about that.
Regards,
Thomas
> Thank you for a fast and helpful tip regarding setting the
> DB_CLOSE_DELAY to 0.
I believe this is the best solution.
> You are right about a large number of tables - currently we have more
> than 80 with many constraints.
In the newest release from yesterday, dropping objects is much faster. However dropping the whole database the best solution I think.
Thanks for your help!
Thomas