hSQL 2.2.9 Nullpointer when dropping schema
Status: Beta
Brought to you by:
thomasm
drop schema if exists schema_name cascade;
java.lang.NullPointerException java.lang.NullPointerException
This is what happens when I execute the statement and the schema is not empty.
If I drop each object before, then it works.
I've attached a minimum DB example to reproduce the issue.
Thanks!
The database to reproduce the problem.