[SQLiteJDBC] null pointer on select
AJ Weber
aweber at comcast.net
Wed Feb 17 08:29:38 EST 2010
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)
More information about the SQLiteJDBC
mailing list