You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by thom rima <tr...@interflex.de> on 2005/01/28 13:38:12 UTC

[SOURCE] Issue #TRQS275 modified

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 (trimbakowsky@interflex.de)

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org