[
https://issues.apache.org/jira/browse/TORQUE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Fischer closed TORQUE-80.
--------------------------------
Resolution: Fixed
Fix Version/s: 3.3
Assignee: Thomas Fischer
Patch applied. Thanks a lot.
> Default Values with an empty string in the schema results in bad source
> generation for number types
> ---------------------------------------------------------------------------------------------------
>
> Key: TORQUE-80
> URL: https://issues.apache.org/jira/browse/TORQUE-80
> Project: Torque
> Issue Type: Bug
> Components: Generator
> Reporter: Brian Telintelo
> Assigned To: Thomas Fischer
> Fix For: 3.3
>
>
> Using a mysql database, a data type that is numerical, but has no default
> value results in the schema generation to have default="". This causes the
> om generator to create java file that are declared like int customerID = ;
> This causes a compile error.
> To fix, just change org.apache.torque.task.TorqueJDBCTransformTask line 308
> from
> if (defValue1 != null)
> to
> if (StringUtils.isNotEmpty(defValue))
--
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]