Sqlite3-ruby 1.3.1 Released

sqlite3-ruby version 1.3.1 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.1 / 2010-07-09

  • Enhancements

    • Custom collations may be defined using SQLite3::Database#collation
  • Bugfixes

    • Statements returning 0 columns are automatically stepped. [RF
      #28308]
    • SQLite3::Database#encoding works on 1.8 and 1.9