RESOLVED - issue BATCH-1459: H2 support
This commit is contained in:
12
spring-batch-samples/src/main/sql/h2.properties
Normal file
12
spring-batch-samples/src/main/sql/h2.properties
Normal 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
|
||||
Reference in New Issue
Block a user