From: Wilson Bilkovich Date: 2006-02-27T01:19:34+09:00 Subject: Re: [ANN] ruby-oci8 0.1.14 On 2/26/06, KUBO Takehiro wrote: > ruby-oci8 0.1.14 is released. > This is a Oracle module using OCI8 API. > > URL:http://rubyforge.org/projects/ruby-oci8/ > > What's new: > > * add OCI8#prefetch_rows=. > > This specifies the number of rows in a single round trip. > The default value is one. > See: http://www.easysoft.com/products/data_access/odbc_oracle_driver/performance_tuning_guide.html#multiple_rows > > In addition, setting zero may become a workaround of some > Oracle internal problems. > > * fix bug when binding a Bignum. > > * (low-level API) add attrSet(OCI_ATTR_DESC_PUBLIC, -1). > > * (low-level API) add a constant OCI_PTYPE_UNK. > Thank you for your excellent work on this library. I've used it for a dozen projects, and it has never caused me trouble.