You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2003/01/01 01:47:32 UTC

DO NOT REPLY [Bug 15745] New: - Criteria's support for Date type does not work

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: turbine-dev@jakarta.apache.org
        ReportedBy: alexz@appiant.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>