All releases of SQLiteJDBC


Release Notes: The code was updated for SQLite 3.6.3. The constraints on setMaxRows() were relaxed.


Release Notes: This release has been upgraded to SQLite 3.6.1, and a Linux/AMD-64 binary has been added to the combined jar.


Release Notes: Closing a closed statement now has no effect, and there are other bugfixes. Binary size has shrunk, and whether the amalgamated jar is running in pure or native mode can be determined by DatabaseMetaData.getDriverVersion().


Release Notes: The native Linux binary was fixed.


Release Notes: The driver has been repackaged with the binaries and a pure Java driver is provided in the same jar file. Use of the library path is no longer necessary.


Release Notes: A major reorganization fixes a long standing memory leak, along with several other interface glitches that have been reported.


Release Notes: Performance improvements were made for the pure Java driver.


Release Notes: The full-text search module (FTS3) was enabled and pure Java builds were brought back.


Release Notes: A possible data corruption bug created by a difference in the SQLite and JDBC semantics for auto-commit was fixed.


Release Notes: This release has switched to using sqlite_prepare_v2. There are some minor bugfixes.