[SQLiteJDBC] ResultSet.getResultSet Exception without ResultSet data

Bastian B bastian.dev at googlemail.com
Fri Feb 3 16:35:21 EST 2012


Hi,

I think the getResultSet method should return null instead throwing a
SQLException if there is no data from the last statement. This happens
if you execute a statement that isn't a select. Check
http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Statement.html#getResultSet%28%29

Can you please fix this?

Regards

Bastian



More information about the SQLiteJDBC mailing list