Ruby/Informix is a library for the Ruby programming language for connecting to an existing Informix database.
| Tags | Database API Software Development Libraries Ruby Modules |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | OS Independent |
| Implementation | C Ruby |
Recent releases


Release Notes: A bug was fixed that made CursorBase#drop raise an ArgumentError exception on Ruby 1.8.7. Database#each and Database#each_hash were renamed to Database#foreach and Database#foreach_hash respectively.


Release Notes: The INTERVAL data type is supported. Compatibility with Ruby 1.9 was ensured. More shortcut methods were added. More and better documentation with examples was written. The code was completely reorganized from a single shared object written in C to a set of Ruby scripts wrapping a C core.


Release Notes: Compiling under Windows and Database#columns were fixed to work correctly.


Release Notes: A test suite and exception classes for Informix errors were added.


Release Notes: This release fixes a bug in the code for interpreting DATETIME columns: time objects were being instantiated with incorrect values when the original ones had leading zeroes and the DATETIME column was defined with the HOUR TO SECOND qualifier.