Ruby-oci8 2.1.2 is released. This is the Oracle module using OCI8 API.
http://rubyforge.org/projects/ruby-oci8/
Specification changes
- Statement caching in OCI is disabled by default.
This is workaround about a SIGSEGV issue.
See: oracle enhanced issue
#162
Fixed Issues
-
delete code which overwrites signal handlers registered by ruby.
See: rubyforge thread
50690 -
fix internal heap error in OCI.
See: github issue #12
(reported by Yasuo Honda)