Judging from behavior of dozen of other JDBC drivers (or app works
with no modifications with MySQL, PostgreSQL, Oracle, jTDS, HSQLDB,
H2) trowing
java.sql.SQLException: count (0) < 1
at org.sqlite.DB.executeBatch(DB.java:220)
at org.sqlite.PrepStmt.executeBatch(PrepStmt.java:98)
when no statements was added to batch is not appropriate.
In this case executeBatch() should just return empty int[] array.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---