ANN: Sequel 0.1.9.9 Released

S

Sharon Rosner

Sequel version 0.1.9.9 has just been released. This release includes a
new ADO adapter and a couple of bug fixes, all courtesy of Chris
Carter. Following is a discussion of the changes:

ADO adapter
===========

Windows users now have an easier and faster way to access ADO data
sources, without having to install DBI:

require 'sequel/ado'
DB = Sequel.ado('mydb')
# there's no third step :)

Bug Fixes
=========

* Added automatic column aliasing to #avg, #sum, #min and #max (#30).
You can now use these convenience methods with MSSQL databases.

* Fixed broken Sequel::DBI::Dataset#fetch_rows (#29).

=============================================

Sequel project page:
<http://code.google.com/p/ruby-sequel>

Sequel documentation:
<http://sequel.rubyforge.org>

Join the Sequel-talk group:
<http://groups.google.com/group/sequel-talk>

Install the gem:
sudo gem install sequel

Or check out the source and install manually:
svn co http://ruby-sequel.googlecode.com/svn/trunk sequel
cd sequel
rake install
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top