A new topic, 'addForeignKeyConstraint is not supported on hsqldb', has been 
made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=706.new#new

The text of the topic is shown below:

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

<changeSet author="sam(generated)" id="1284765412511-799">
        <addForeignKeyConstraint baseColumnNames="USER_ID" 
baseTableName="AFFILIATES" baseTableSchemaName="SRWD06DV3_STUB_24" 
constraintName="SYS_C00569694" deferrable="false" initiallyDeferred="false" 
onDelete="NO ACTION" referencedColumnNames="ID" referencedTableName="USERS" 
referencesUniqueColumn="true"/>
    </changeSet>

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

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to