AnantLabs / xerial

Automatically exported from code.google.com/p/xerial
0 stars 0 forks source link

Non existing method from ResultSet: isClosed #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a query that will return some data
2. Browse the ResultSet rows
3. Call ResultSet.isClosed

What is the expected output? What do you see instead?
Expected a boolean indicating if the ResultSet is closed or not

What version of the product are you using? On what operating system?
sqlite-jdbc-3.7.2, on MacOS 10.6

Please provide any additional information below.
Raised exception:
    Exception in thread "main" java.lang.AbstractMethodError: org.sqlite.RS.isClosed()Z

Original issue reported on code.google.com by benoit.d...@gmail.com on 21 Jun 2012 at 7:44