Prev: what about allowing to specify, which end belongs to which start?
Next: if statements and case statements questions
From: Luis Lavena on 9 Jul 2010 23:39 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 -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry |