Files
spring-batch/spring-batch-core/src/main/sql/derby.properties
robokaso 4f0cb707cb RESOLVED - issue BATCH-528: Inserting non-date JobParameter fails on MySQL
TIMESTAMP externalized as property with DATETIME value for MySQL
2008-03-31 13:43:48 +00:00

11 lines
223 B
Properties

platform=db2
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
GENERATED = GENERATED BY DEFAULT AS IDENTITY
DOUBLE = DOUBLE PRECISION
BLOB = BLOB
TIMESTAMP = TIMESTAMP
# for generating drop statements...
SEQUENCE = TABLE