settting deferrable or initiallyDeferred fails for any version of derby >= 10.11.1.1
Description
Derby has supported deferrable constraints since version 10.11.1.1, but liquibase reports errors claiming otherwise when setting the deferrable or initiallyDeferred attributes to true on an addForeignKeyConstraint element.
The following changelog excerpt will trigger an exception (see stacktrace below):
Derby has supported deferrable constraints since version 10.11.1.1, but liquibase reports errors claiming otherwise when setting the
deferrable
orinitiallyDeferred
attributes totrue
on anaddForeignKeyConstraint
element.The following changelog excerpt will trigger an exception (see stacktrace below):
Stacktrace: