[jira] Created: (IBATIS-310) DateTypeHandler throws NullPointerException on null Timestamps for some drivers

2006-06-20 Thread Matt DeHoust (JIRA)
DateTypeHandler throws NullPointerException on null Timestamps for some drivers --- Key: IBATIS-310 URL: http://issues.apache.org/jira/browse/IBATIS-310 Project: iBatis for Java Type: Bug

[jira] Created: (IBATIS-311) Allow removeFirstPrepend to fire repeatedly in an tag

2006-06-20 Thread Jeff Butler (JIRA)
Allow removeFirstPrepend to fire repeatedly in an tag --- Key: IBATIS-311 URL: http://issues.apache.org/jira/browse/IBATIS-311 Project: iBatis for Java Type: Improvement Components: SQL Maps Versio

[jira] Commented: (IBATIS-310) DateTypeHandler throws NullPointerException on null Timestamps for some drivers

2006-06-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-310?page=comments#action_12416935 ] Jeff Butler commented on IBATIS-310: iBATIS is behaving according to the spec. I think the driver is acting wierd because of the date format. If the physical file has '0

[jira] Commented: (IBATIS-310) DateTypeHandler throws NullPointerException on null Timestamps for some drivers

2006-06-20 Thread Matt DeHoust (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-310?page=comments#action_12416946 ] Matt DeHoust commented on IBATIS-310: - Thank you Jeff. You are correct. After setting the date format to iso I received actual timestamp values. It was my mistake that to

[jira] Closed: (IBATIS-310) DateTypeHandler throws NullPointerException on null Timestamps for some drivers

2006-06-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-310?page=all ] Jeff Butler closed IBATIS-310: -- Resolution: Invalid Not a bug - as explained in the comments. > DateTypeHandler throws NullPointerException on null Timestamps for some > drivers > -

[jira] Closed: (IBATIS-311) Allow removeFirstPrepend to fire repeatedly in an tag

2006-06-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-311?page=all ] Jeff Butler closed IBATIS-311: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. > Allow removeFirstPrepend to fire repeatedly in an tag > ---

[jira] Closed: (IBATIS-159) Sql batch execution returns only one int with the total row count. Change it to int array, like it is made in java.sql.Statement.executeBatch()

2006-06-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-159?page=all ] Jeff Butler closed IBATIS-159: -- Fix Version: 2.2.0 Resolution: Fixed Implemented and documented in SVN. > Sql batch execution returns only one int with the total row count. Change it >