Since Oracle understands a double precision floating point type, I added "double...
authorJonathan Yu <frequency@cpan.org>
Sat, 10 Jan 2009 02:49:06 +0000 (02:49 +0000)
committerJonathan Yu <frequency@cpan.org>
Sat, 10 Jan 2009 02:49:06 +0000 (02:49 +0000)
commit60979a72c993943ff211c8ad0883f48bd1d63801
tree950d1690be6982c2473b2d520652b836a070d6ed
parent19ad0ceea09ce162e4e9c1ae7c465e7989f04a26
Since Oracle understands a double precision floating point type, I added "double" to the ora_data_type file.

Per: http://www.ss64.com/orasyntax/datatypes.html [refer to the NUMBER section; double is an alias of that]
Closes: Bug #2100879 - http://sourceforge.net/tracker2/?func=detail&aid=2100879&group_id=47619&atid=450052
lib/SQL/Translator/Parser/Oracle.pm