|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 1.9.1 | Aug 1, 2011 | New Release | |
| 1.9.0 | Mar 4, 2011 | New Release | · Support for loadable extensions compiled with "fastcall" (C++ Builder) or "register" (Delphi) calling conventions. · Update built-in DB engine to pre SQLite 3.7.6 (DISQLite3 2.3.4). · On database close, open an in-memory database (:memory:). |
| 1.8.16 | Sep 2, 2010 | New Release | * Update built-in DB engine to SQLite 3.7.2 (DISQLite3 2.3.1). * Print some sqlite3_stmt_status() performance counters to the status bar. * Faster processing of large SQL scripts. * Fix table mode browsing (double clicking on a table name) for tables which use some of the INTEGER PRIMARY KEY aliases as column names. Output a warning if the table can not be browsed because all three names (ROWID, OID, or _ROWID_) are in use by the table. This sould be very rare, however. |
| 1.8.15 | Aug 6, 2010 | New Release | Update built-in DB engine to SQLite 3.7.0.1 (DISQLite3 2.3.0.1). This fixes a potential database corruption problem that can result if the same database file is alternately written by SQLite version 3.7.0 and SQLite 3.6.23.1 or earlier. Upgrading is highly recommended. |
| 1.8.14 | Jul 30, 2010 | New Release | · Update built-in DB engine to SQLite 3.7.0 |