You forgot to add this regression ;-)

418861 [Thread-4] ERROR
net.sourceforge.squirrel_sql.client.session.SQLExecuterTask  - Can't
Set MaxRows
java.sql.SQLException: statement is not executing
        at org.sqlite.Stmt.checkOpen(Stmt.java:41)
        at org.sqlite.Stmt.setMaxRows(Stmt.java:199)
        at
net.sourceforge.squirrel_sql.client.session.SQLExecuterTask.run(SQLExecuterTask.java:
158)
        at
net.sourceforge.squirrel_sql.fw.util.TaskExecuter.run(TaskExecuter.java:
82)
        at java.lang.Thread.run(Unknown Source)

which happens when I use the pure Java driver with SquirrelSQL.

to reproduce (at least, on my machine), assuming SquirrelSQL is
appropriately setup:

* open a database
* as one can see, the metadata is retrieved correctly (it's possible
to browse the tables etc.)
* open a terminal
* whatever command I execute, I always get this error.

The same thing doesn't happen with the older version I have (0.37).

machine:
* Windows Vista (auch)
* Java 1.6.0_01
* Sqlite JDBC Pure Java 0.47

Or maybe am I missing something?

Bye!
Saverio
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to