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:
@@ -1,6 +1,6 @@
|
||||
platform=oracle10g
|
||||
# SQL language oddities
|
||||
BIGINT = INT
|
||||
BIGINT = NUMBER(38)
|
||||
IDENTITY =
|
||||
GENERATED =
|
||||
# for generating drop statements...
|
||||
|
||||
Reference in New Issue
Block a user