Download List

项目描述

Ruby/Informix is a library for the Ruby programming language for connecting to an existing Informix database.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-12-28 08:12
0.5.0

延长现在更容易安装。 BigDecimal的是现在用于DECIMAL和货币列。资源管理是为指针,报表,和连接使用块。新办法增加了对获得的地位和特点,从SLOBs存储的信息。线程安全和错误是固定的。
标签: Major feature enhancements
The extension is now easier to install. BigDecimal is now used for DECIMAL and MONEY columns. Resource management was provided for cursors, statements, and connections by using blocks. New methods were added for getting the status and storage characteristics information from SLOBs. Thread safety and bugs were fixed.

2006-12-13 13:18
0.4.0

对滚动游标和数据库的多个连接支持加入。
标签: Major feature enhancements
Support for scroll cursors and multiple
connections to databases was added.

2006-11-27 06:26
0.3.0

智能大对象初步支持(的BLOB / CLOB的)加入。这些行动支持的是:新的,打开,关闭,读,写,寻求,告诉,并截断。
标签: Major feature enhancements
Initial support for Smart Large Objects
(BLOB/CLOB) was added. The operations supported
are: new, open, close, read, write, seek, tell,
and truncate.

2006-11-12 08:50
0.2.1

呼吁释放()被改为xfree(),以避免在Windows XP SP1的崩溃。
标签: Minor bugfixes
Calls to free() were changed to xfree() to avoid
crashes on Windows XP SP1.

2006-04-24 09:58
0.2.0

新方法被添加到SequentialCursor:fetch_hash_many(n)的fetch_hash_all,each_by(n)的each_hash_by(n)的取!,fetch_hash!,每!,和each_hash!。该!-重用的方法减少在每个调用相同的结果对象的对象创建。取*很多,取*所有方法现在返回一个空数组,而不是无当没有记录。像这样被释放时触发一个开幕但从来没有使用游标错误是固定的。
标签: Major feature enhancements
New methods were added to SequentialCursor:
fetch_hash_many(n), fetch_hash_all, each_by(n),
each_hash_by(n), fetch!, fetch_hash!, each!, and
each_hash!. The !-methods reduce object creation
by reusing the same result object in each call.
fetch*many and fetch*all methods now return an
empty Array instead of nil when no records are
found. A bug which was triggered when freeing a
cursor that was opened but never used was fixed.

Project Resources