Posted By: Jamis Buck
Date: 2004-07-01 17:14
Summary: RELEASED: SQLite-Ruby 1.2.0
Project: SQLite-Ruby

SQLite-Ruby is a module for accessing SQLite (http://www.sqlite.org) databases from Ruby.

This release adds support for Ara Howard's "arrayfields" module. If that module is installed, each row of a result set will be returned as an Array, instead of a Hash. SQLite-Ruby will function without arrayfields, however, in which case each row is returned as a Hash (as before).

The most significant change in this release is that columns in result sets are numbered starting at 0, instead of 1. This may cause existing SQLite-Ruby programs to fail if you upgrade, so proceed with caution! Caveat emptor!

Other minor changes: the install script has been modified so that any parameters you give to it are passed through to the extconf.rb script. This allows you to (for instance) specify a custom location for the sqlite libraries and header files. (Thanks, Ara and Ludo!)

As before, this is available as a gem, so you can just type "gem -i sqlite" and have it installed for you. Additionally, you can use "gem --gen-rdoc --run-tests -i sqlite" to generate the documentation and run the test suite at the same time.

For those that are gem-challenged, the library is available in bz2, gz, and zip format as well.

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: released--sqlite-ruby-1.2.0

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post