[
https://issues.apache.org/jira/browse/TORQUE-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Fox resolved TORQUE-277.
-------------------------------
Resolution: Fixed
Fix Version/s: 4.1
One can now construct a JdbcTypedValue from a single string, this denotes a
verbatim SQL expression to be used (in your case SYSDATE)
Then you can use the doUpdate(ColumnValues) method to do the desired update.
Please check whether this is working, if not, please reopen the issue. Note
that also the currecnt version fo the templates and the generator is required
for this to work.
> Need ability to update a date column during update to sysdate
> -------------------------------------------------------------
>
> Key: TORQUE-277
> URL: https://issues.apache.org/jira/browse/TORQUE-277
> Project: Torque
> Issue Type: Improvement
> Components: Runtime
> Affects Versions: 4.0
> Reporter: rajguru
> Assignee: Thomas Fox
> Fix For: 4.1
>
>
> I have an entity which has a timestamp column. On every update to the record
> in that table (using save() method) I need to set that column to the SYSDATE.
> I would like to add columnName=SYSDATE while constructing the query itself
> i.e. Criteria from which the query gets formed.
--
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]