BATCH-881: added BIGINT scale of 0 to match Long - needed to escape the comma

This commit is contained in:
trisberg
2008-10-17 17:33:57 +00:00
parent 339cdbb300
commit 2af82fa8e6

View File

@@ -1,6 +1,6 @@
platform=oracle10g
# SQL language oddities
BIGINT = NUMBER(19,0)
BIGINT = NUMBER(19\,0)
IDENTITY =
GENERATED =
DOUBLE = NUMBER