I'm getting a null pointer exception if I try and select count(*) from a valid table that does not have any rows. (It should return a ResultSet with a single row with a value of zero.)
What do you need from me to help reproduce -- it should be pretty easy. -AJ Executing row count sql=SELECT COUNT(*) from party_email java.lang.NullPointerException at org.sqlite.Stmt.executeQuery(Stmt.java:89) _______________________________________________ SQLiteJDBC mailing list [email protected] https://lists.hcoop.net/listinfo/sqlitejdbc
