Sqlite3 1.3.4 Released

sqlite3 version 1.3.4 has been released!

This module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org). You must have the
SQLite engine installed in order to build this module.

Note that this module is NOT compatible with SQLite 2.x.

Changes:

1.3.4 / 2011-07-25

  • Enhancements:

    • Windows: build against SQLite 3.7.7.1
    • Windows: build static binaries that do not depend on sqlite3.dll be
      installed anymore
  • Bugfixes

    • Backup API is conditionaly required so that older libsqlite3 can be
      used.
      Thanks Hongli L…
    • Fixed segmentation fault when nil is passed to
      SQLite3::Statement.new
    • Fix extconf’s hardcoded path that affected installation on certain
      systems.