Description
This enhancements changes the drop statement in hsqldb templates from
"drop table $table.name if exists;"
to
"drop table $table.name if exists cascade;".
By this it is possible to drop a table which still has foreign key relations pointing to it.