BigDecimal values can cause an Exception "Value TRUNCATED" from MySQL
---------------------------------------------------------------------

                 Key: TORQUE-114
                 URL: https://issues.apache.org/jira/browse/TORQUE-114
             Project: Torque
          Issue Type: Bug
          Components: Runtime
    Affects Versions: 3.3
         Environment: MySQL 4.1
            Reporter: Thomas Vandahl
            Assignee: Thomas Vandahl
            Priority: Minor


This is merely a bookmark for an issue that needs to be discussed

When saving BigDecimal values, the database can throw an SQLException which 
basically says "Value too long, has been truncated" in MySQL. The case happens 
when a BigDecimal object has been created from a double value and as such 
contains a large number of frational digits (46 in my case) and the database 
column is declared as DECIMAL(11,2)

Is it or is it not the responsibility of Torque to handle this case?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to