You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Vandahl (JIRA)" <ji...@apache.org> on 2008/05/22 12:11:55 UTC

[jira] Created: (TORQUE-114) BigDecimal values can cause an Exception "Value TRUNCATED" from MySQL

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org