BATCH-881: added BIGINT scale of 0 to match Long - needed to escape the comma
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
platform=oracle10g
|
||||
# SQL language oddities
|
||||
BIGINT = NUMBER(19,0)
|
||||
BIGINT = NUMBER(19\,0)
|
||||
IDENTITY =
|
||||
GENERATED =
|
||||
DOUBLE = NUMBER
|
||||
|
||||
Reference in New Issue
Block a user