BATCH-881: added BIGINT scale of 0 to match Long

This commit is contained in:
trisberg
2008-10-17 17:25:05 +00:00
parent 177d3d0c2d
commit 339cdbb300

View File

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