Release Name: 0.1.0
Notes:
Supported platforms:
Operating System Architecture Informix CSDK
-------------------------------------------------------------
Solaris 9 SPARC 9.40FC6 2.90UC3
Linux Fedora Core 4 i386 10.00.UC3R1 2.90UC4
Linux Fedora Core 5 i386 10.00.UC3R1 2.90UC4
Windows XP Pro SP i386 9.40TC3 2.90TC1
Windows XP i386 9.30TC1 2.90TC4
Changes:
Features:
* Support for all built-in data types, except INTERVAL
* immediate statements
* prepared statements
* select cursors and bulk inserts (insert cursors)
* transactions
* #columns method for retrieving column information
* rows retrieved as arrays or hashes
* IO-based and IO-like (StringIO) objects for storing a BYTE/TEXT
column, and retrieved as a String object
* NULL, DATE and DATETIME mapped to nil, Date and Time objects and
viceversa
* #drop method for freeing Informix resources immediatly
* source code documented with RDoc
Caveats:
* INTERVAL not supported
* cursors must be closed before reopening them
* only one open connection at a time is supported
|