I'm trying to make my sql agnostic to the db engine and am having troubles with the drop schema grammar. Postgres and other database support the cascade option but H2 doesn't. Is this a sql conformance choice? I can't find anything specific about when cascade was introduced into the drop schema command.
Thanks. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/Ul_8ZDUoEuoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
