[ANN] ruby-oci8 1.0.3

K

KUBO Takehiro

ruby-oci8 1.0.3 is released. This is a Oracle module using OCI8 API.

http://rubyforge.org/projects/ruby-oci8/

1. add workaround code for a losing character problem when reading CLOB.
(reported by Efren Yevale and Thomas Witt and fixed with Thomas Witt's help.)

The problem is happened at the following condition.

(a) Oracle client version is 10.2.0.4 or 11.1.0.6.
It doesn't happened when using 10.2.0.3 client or lower.
It doesn't depend on Oracle server version.

(b) The character set is a variable-length one.
e.g. AL32UTF8

2. fix a problem when reading BLOB/CLOB over 1GB.
(reported by Jonathan Hadders.)

3. [rails] fix a problem that OraNumber#to_json returns "{}" when using Rails.
(reported by Alex Moore)

Rails add to_json method. But it doesn't know what OraNumber is.
OraNumber#to_json is added for Rails.

4. [dbi] fix a problem when using Oracle 8i and ruby-dbi.
(reported by Glauco Magnelli.)
 

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,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top