[ 
https://issues.apache.org/jira/browse/TORQUE-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fox closed TORQUE-114.
-----------------------------

    
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to