fixed in CVS now. Nice find -----Original Message----- From: Norman C. Jarvis [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:03 PM To: OJB Users List Subject: Coding bug in BatchConnection.java
Here is a sweet coding bug: else if (sql.startsWith("DELETE ")); This should be: else if (sql.startsWith("DELETE ")) This bug is in the method void nextExecuted(String sql) of BatchConnection.java -- Norman Jarvis [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>