Added negative sign possibility to default number values.
authorChris Hilton <chilton@thoughtworks.com>
Wed, 10 Aug 2005 16:33:39 +0000 (16:33 +0000)
committerChris Hilton <chilton@thoughtworks.com>
Wed, 10 Aug 2005 16:33:39 +0000 (16:33 +0000)
commit54e61f1f4b69d31426a8dfd6d947198f4b73c417
tree4852a3e399d87b993e41481c968f8cb4f450eecf
parent3b668c818600c9ed58b690276c573ecd7239c99b
Added negative sign possibility to default number values.
Modified constraints to not create a name if a name is already given.
Commented out PK name creation altogether (and would prefer to do it to all constraints, as well).
Made sure not to create UNIQUE constraints identical to the PRIMARY KEY; Oracle will create the unique constraint automatically when it creates the PK.
lib/SQL/Translator/Producer/Oracle.pm