Updates to work with HSQLDB 2.2.4.

We need the HsqldbLiaison fixes from samskivert 1.8-SNAPSHOT and we have to nix
some hardcoded bogosity in our own tests.
This commit is contained in:
Michael Bayne
2013-05-06 17:38:16 +00:00
parent 959dbacb53
commit a625c831ae
2 changed files with 3 additions and 4 deletions
@@ -74,8 +74,7 @@ public class MigrationTest extends TestBase
"CREATE MEMORY TABLE PUBLIC.\"DepotSchemaVersion\"(" +
"\"persistentClass\" VARCHAR(255) NOT NULL PRIMARY KEY," +
"\"version\" INTEGER NOT NULL," +
"\"migratingVersion\" INTEGER NOT NULL," +
"UNIQUE(\"persistentClass\"))",
"\"migratingVersion\" INTEGER NOT NULL)",
"CREATE MEMORY TABLE PUBLIC.\"MigrationTest$PKMigrationRecord\"(" +
"\"id\" INTEGER DEFAULT 0 NOT NULL," +