Re: iBATIS for Java 2.1.0 Released

2005-05-17 Thread Graham Cruickshanks
Exception e) { System.out.println(e.getLocalizedMessage()); } } public static void main(String[] args){ OracleJDBCTest.TestCursorViaGetObject(); OracleJDBCTest.TestCursorViaGetResultSet(); } } From: Ken Katsma <[EMAIL PROTECTED]> Reply-To: Ken Katsma <[EMAIL PROTECTED]> T

Re: iBATIS for Java 2.1.0 Released

2005-05-17 Thread Ken Katsma
Graham, Oracle doesn't support the getResultSet call in it's JDBC drivers.  Though it does appear to be a step in the right direction :) Ken On 5/16/05, Graham Cruickshanks <[EMAIL PROTECTED]> wrote: Hi Clinton,Great news on the 2.1.0 release. I see in the change log "Changed SQLexecutor to alway

RE: iBATIS for Java 2.1.0 Released

2005-05-16 Thread Graham Cruickshanks
Hi Clinton, Great news on the 2.1.0 release. I see in the change log "Changed SQL executor to always call .execute instead of .executeQuery and .executeUpdate", does this address bug IBATIS-53? Cheers Graham From: Clinton Begin <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: ibatis-dev@incu