[ANN] Ruby/Informix 0.5.0 released

  • Thread starter Gerardo Santana Gómez Garrido
  • Start date
G

Gerardo Santana Gómez Garrido

Ruby/Informix is a Ruby extension for connecting to IBM Informix
Dynamic Server, written in ESQL/C.

It is being developed and heavily tested on Solaris/SPARC. It has been
reported to work on Linux Fedora, SuSE Linux, Windows XP and HP-UX.

0.5.0 12/27/2006
------------------
New features:
* Easier to install
* BigDecimal accepted for input parameters
* BigDecimal used for instantiating DECIMAL and MONEY values
* Cursor, Statement, Slob and Database accept an optional block that
automatically frees resources after execution.
Based on ideas and pseudo-code by
Edwin Fine <emofine at finecomputerconsultants dot com> and me.
* Database#slob shortcut for creating Slob objects.
* Slob::Stat class implemented. Returned by Slob#stat, represents the
SLOB status. Methods: atime, ctime, mtime, refcnt and size. Includes
Comparable.
* Slob new methods: <<, rewind, stat, pos, pos=, lock, unlock,
estbytes, extsz, flags, maxbytes, sbspace,
extsz=, flags=,
atime, ctime, mtime, refcnt and size
* Thread safe

Remarks:
* DECIMAL and MONEY columns are no longer returned as Float. BigDecimal
is used instead.

Bugs fixed:
* If there was an error reading (ifx_lo_read) an SLOB, memory
allocated for the read buffer was not freed. Noticed by
Edwin Fine <emofine at finecomputerconsultants dot com>
* maxbytes option was ignored when creating an Slob object
* Documentation for Slob mentioned an RDRW constant, but it actually
is RDWR.

Special thanks to Guy Bowerman, Jonathan Leffler and Logan Capaldo for their
feedback and help.


Home page: http://ruby-informix.rubyforge.org
Download from: http://rubyforge.org/projects/ruby-informix/
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,076
Latest member
OrderKetoBeez

Latest Threads

Top