sqlite3-ruby version 1.3.1 has been released!
- http://github.com/luislavena/sqlite3-ruby
- http://rubyforge.org/projects/sqlite-ruby
- http://sqlite-ruby.rubyforge.org
- http://groups.google.com/group/sqlite3-ruby
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
- Statements returning 0 columns are automatically stepped. [RF