A new topic, 'problem applying changelog to hsqldb in-process db during test', 
has been made on a board you are watching.

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

The text of the topic is shown below:

Using liquibase-core:1.9.5
Code:
        Class.forName("org.hsqldb.jdbcDriver");
        DataSource dataSource = new 
DriverManagerDataSource("jdbc:hsqldb:mem:test", "SA", "");

        Database database = 
DatabaseFactory.getInstance().findCorrectDatabaseImplementation(dataSource.getConnection());
        Liquibase liquibase = new Liquibase("test-changelog.xml", new 
FileSystemFileOpener(), database);
        liquibase.update(null);


does not work.  I will get an error creating the liquibase changelog tracking 
tables (appears to be trying to create DATABASECHANGELOG table twice).  Any 
work around?

Thanks,
David

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.
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to