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 [...]