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?
Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
