RESOLVED - issue BATCH-118: provided oracle schema uses non-supported "INT" data type

http://opensource.atlassian.com/projects/spring/browse/BATCH-118
This commit is contained in:
dsyer
2007-08-28 20:44:10 +00:00
parent 8a6a42285a
commit f6372d6f13

View File

@@ -1,6 +1,6 @@
platform=oracle10g
# SQL language oddities
BIGINT = INT
BIGINT = NUMBER(38)
IDENTITY =
GENERATED =
# for generating drop statements...