Hi,
I’m trying to use an in memory instance of HSQLDB for some testing with spring however I am getting a bunch of the following errors:
addForeignKeyConstraint is not supported on hsqldb, classpath:db-changelog.xml::1284765412511-799::sam(generated)::(Checksum: 2:812204f30d042278e422b4e7c9d0db01)
The documentation says this is a supported operation for this database.
here is a line from the changelog
It should be noted that I did generate the changelog from an Oracle db using the instructions specified here: http://www.liquibase.org/manual/generating_changelogs
I had thought the operations between supported databases should be transparent. Is this not the case here?
Thanks