RESOLVED - issue BATCH-1459: H2 support

This commit is contained in:
dsyer
2009-12-19 16:34:15 +00:00
parent 5bfd4addca
commit 68b5a4c935
33 changed files with 474 additions and 28 deletions

View File

@@ -0,0 +1,12 @@
platform=h2
# SQL language oddities
BIGINT = BIGINT
IDENTITY = IDENTITY
IFEXISTS = IF EXISTS
DOUBLE = DOUBLE PRECISION
DECIMAL = DECIMAL
BLOB = LONGVARBINARY
TIMESTAMP = TIMESTAMP
VARCHAR = VARCHAR
# for generating drop statements...
SEQUENCE = SEQUENCE