Oracle FLOAT and DOUBLE type mappings have zero scale
-----------------------------------------------------

         Key: DDLUTILS-20
         URL: http://issues.apache.org/jira/browse/DDLUTILS-20
     Project: DdlUtils
        Type: Bug
    Reporter: Richard Bounds
 Assigned to: Thomas Dudziak 


In Oracle8Platform, the types FLOAT and DOUBLE are mapped to NUMBER(38). 
According to Oracle's docs, this type has zero scale. It looks like floating 
point numbers should be specified either as just NUMBER or FLOAT(n). See:

http://oraclelon1.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#g196646

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to