Hi,

When I updated to latest snapshot rev.574143, and tried create schema with
the H2 Database, it's failing.
As H2 doesn't support DeferredConstraints and
supportsDeferredUniqueConstraints() method is returning
supportsUniqueConstraints which is true in case H2 but not deferred unique
constraints.

Shouldn't it return supportsDeferredConstraints(as
supportsDeferredForeignKeyConstraints() returns it)? Or should H2Dictionary
override it to return false?

Thanks,
Prashant

Reply via email to