SQLite for Excel Changelog

What's new in SQLite for Excel 1.0

Jun 7, 2021
  • A bug in SQLite3Free has been fixed, which would causes repeated load/unload of the library to fail.
  • The project has been rebuilt under Visual Studio 2015.
  • The SQLite3 libraries in the Distribution have been updated to version 3.11.1.

New in SQLite for Excel 0.9 (Nov 8, 2012)

  • Added support for sqlite3_open_v2 to allow opening of database as read-only.

New in SQLite for Excel 0.8 (Jul 28, 2012)

  • Added (non-incremental) Blob access, and small test.
  • Add support for 64-bit Excel 2010.

New in SQLite for Excel 0.6 (Apr 9, 2011)

  • Minor update with the following changes:
  • Fixed empty string bug.
  • Added SQLiteForWord example (only SQLite3Initialize is changed).
  • Updated Distribution version of SQLite3.dll to 3.7.5.