Skip to content

Tag Archives: rails

Ingres Ruby Driver and Ruby on Rails Adapter version 1.3.0

08-Jul-08

Last week I released version 1.3.0 of the Ruby and RoR adapter for Ingres. This release includes the following changes:
Ingres Ruby Driver:

Restrict tables() to only return non-system tables
Add support for Ingres datatypes float4, float8, money, decimal, bigint, and ANSI SQL date/time/timestamp

Ruby on Rails adapter:

Add support for Ruby on Rails 2.1 Migrations - for more information [...]

Ruby 1.2.2 released

18-Jan-08

Yesterday, I/we released version 1.2.2 of the Ruby driver and RoR adaptor for Ingres. The release is a small update that includes the following changes:

Fix quote() in ingres_adapater.rb to use the class of variable rather than the equivalent Ingres column type.
Fix segvio in Ingres Ruby driver when fetching char/varchar with data longer than 4074 bytes.

The [...]