DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15745>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15745 Criteria's support for Date type does not work Summary: Criteria's support for Date type does not work Product: Turbine Version: 3.0 Platform: Sun OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Torque AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If I use add(columnName, java.util.Date dateObj) method, a NullPointerException occurs in org.apache.torque.util.SqlExcepression. If I use addDate(columnName, int year ....) or use add(columnName, java.util.GregorianCalendar) an SQLException is raised by the JDBC driver saying the sql statement is incomplete. -Alex -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
