You can view the issue detail at the following URL:
http://issues.apache.org/scarab/issues/id/TRQS275
Type
Defect
Issue ID
TRQS275 (Default Value for Date Fields with TO_DATE Function)
Modified by
thom rima
thomrima ([EMAIL PROTECTED])
The following modifications were made to this issue:
---------------------------------------------------------------------
Added comment to issue 'A simple solution could be to replace the generated
sourcecoode
new Date(TO_DATE('17530101', 'YYYYMMDD') );
with
new Date(TO_DATE("17530101", "YYYYMMDD") );
this would give me the possibility to write my own ...'
---------------------------------------------------------------------
This message is automatically generated by the Scarab
issue tracking system. For more information:
http://scarab.tigris.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]