Hi Martin,

your mail sounds like a  detective novel detective novel ;-)

Martin Kal�n wrote:
Martin Kal�n wrote:

This still failed with Oracle though, but today for the first time I really checked the DDL and saw that Torque was generating a DATE-column for LOCKED_BY_TIMESTAMP.TIMESTAMP_


Now reproduced ~10 times:
testTimestampLock with DDL as auto-generated by Torque (ie column _TIMESTAMP as Oracle datatype DATE): FAIL


After the following SQL...
alter table LOCKED_BY_TIMESTAMP modify (TIMESTAMP_ TIMESTAMP);
...the test is 100% OK.

Anyone know if we can get the old Torque to produce TIMESTAMP for Oracle 9 or higher?


I never used torque, but I found in torque jar under
torque-3.0.2.jar\sql\base\oracle the file dp.props. Seems that this file is responsible for java/sql mapping. Maybe a modified class could solve the problem.


regards,
Armin

 Martin

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




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



Reply via email to