Files
spring-batch/spring-batch-core/src/main/sql/mysql.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

13 lines
244 B
Properties

platform=oracle10g
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
GENERATED =
VOODOO = type=InnoDB
IFEXISTSBEFORE = IF EXISTS
DOUBLE = DOUBLE PRECISION
BLOB = BLOB
TIMESTAMP = DATETIME
# for generating drop statements...
SEQUENCE = TABLE