July 29th, 2011· Update built-in DISQLite3 engine to pre SQLite 3.7.8.
· Add YuStemmer language stemming to the FTS4 unicode tokenizer.
· Add the fuzzer and wholenumber virtual tables.
· If a database file can not be opened, fall back to the :memory: database
March 3rd, 2011· 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:).
September 1st, 2010· 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.
August 6th, 2010· 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.
July 29th, 2010· Update built-in DB engine to SQLite 3.7.0
April 15th, 2010· Update built-in DB engine to SQLite 3.6.23
March 19th, 2010· Update built-in DB engine to SQLite 3.6.22
March 19th, 2010· Update built-in DB engine to SQLite 3.6.21
August 28th, 2009· Update built-in DB engine to SQLite 3.6.17
March 12th, 2009· Update built-in DB engine to SQLite 3.6.10 (DISQLite3 2.0.3).
· Fix an access violation when pressing ESC if no database is open.
January 28th, 2009· Update built-in DB engine to SQLite 3.6.7 (DISQLite3 2.0.2).
August 22nd, 2008· Update built-in DB engine to SQLite 3.6.1 (DISQLite3 1.6.1).
· Schema treeview: Show triggers even if the trigger table name case differs from the original table name case.