[ruby-oci8-commit] [316] branches/ruby-oci8-1.0: * NEWS: add changes between 1.0.3 and 1.0.4.
nobody at rubyforge.org
nobody at rubyforge.org
Sun Feb 8 04:27:13 EST 2009
Revision: 316
Author: kubo
Date: 2009-02-08 04:27:09 -0500 (Sun, 08 Feb 2009)
Log Message:
-----------
* NEWS: add changes between 1.0.3 and 1.0.4.
* VERSION: change version to 1.0.4.
* dist-files: add newly added file names which must be included
in gem or tar.gz packages.
Modified Paths:
--------------
branches/ruby-oci8-1.0/ChangeLog
branches/ruby-oci8-1.0/NEWS
branches/ruby-oci8-1.0/VERSION
branches/ruby-oci8-1.0/dist-files
Modified: branches/ruby-oci8-1.0/ChangeLog
===================================================================
--- branches/ruby-oci8-1.0/ChangeLog 2009-02-06 12:53:35 UTC (rev 315)
+++ branches/ruby-oci8-1.0/ChangeLog 2009-02-08 09:27:09 UTC (rev 316)
@@ -1,3 +1,9 @@
+2009-02-08 KUBO Takehiro <kubo at jiubao.org>
+ * NEWS: add changes between 1.0.3 and 1.0.4.
+ * VERSION: change version to 1.0.4.
+ * dist-files: add newly added file names which must be included
+ in gem or tar.gz packages.
+
2009-02-01 KUBO Takehiro <kubo at jiubao.org>
* lib/dbd/OCI8.rb: add code for ruby-dbi 0.4 type conversion.
* test/test_dbi.rb: suppress deprecated warnings while running
Modified: branches/ruby-oci8-1.0/NEWS
===================================================================
--- branches/ruby-oci8-1.0/NEWS 2009-02-06 12:53:35 UTC (rev 315)
+++ branches/ruby-oci8-1.0/NEWS 2009-02-08 09:27:09 UTC (rev 316)
@@ -1,3 +1,41 @@
+1.0.4:
+
+1. [dbi] support ruby-dbi 0.4
+ (Thanks to James Cao and Peter Zingg.)
+
+ Ruby-dbi 0.4 is supported by DBD::OCI8 after 6 months from the
+ release of 0.4.
+
+ If you are using ruby-dbi 0.1.1, you need to copy dbd/OCI8.rb
+ to DBD/OCI8/OCI8.rb. The file itself works fine with ruby-dbi
+ 0.1.1, but the dbi cannot find the file by default.
+
+2. Rowid column data are fetched as a String by default.
+
+3. The return type of OCI8::Cursor#rowid is changed from OCIRowid
+ to String.
+
+ Note: It needs one network roundtrip to convert OCIRowid to
+ String on server side when using Oracle 8.x client.
+ On Oracle 9.0 or upper it is converted in the client side.
+
+4. An exception is raised if a connection is used in a process which is
+ different with a process to establish the connection.
+
+ If you encounter an exception "The connection cannot be reused in the
+ forked process," see the following link.
+
+ http://groups.google.com/group/phusion-passenger/browse_thread/thread/b00d4770bc1d00b8
+
+5. fix for 11.1.0.7.0 instant rpm package.
+ (reported by Luis Parravicini.)
+
+ The directory tree is a bit different with that of 11.1.0.6.0
+ or earlier.
+
+6. suppress compilation warnings.
+ (contributed by Daniel Berger)
+
1.0.3:
1. add workaround code for a losing character problem when reading CLOB.
Modified: branches/ruby-oci8-1.0/VERSION
===================================================================
--- branches/ruby-oci8-1.0/VERSION 2009-02-06 12:53:35 UTC (rev 315)
+++ branches/ruby-oci8-1.0/VERSION 2009-02-08 09:27:09 UTC (rev 316)
@@ -1 +1 @@
-1.0.3
\ No newline at end of file
+1.0.4
\ No newline at end of file
Modified: branches/ruby-oci8-1.0/dist-files
===================================================================
--- branches/ruby-oci8-1.0/dist-files 2009-02-06 12:53:35 UTC (rev 315)
+++ branches/ruby-oci8-1.0/dist-files 2009-02-08 09:27:09 UTC (rev 316)
@@ -39,7 +39,7 @@
ext/oci8/stmt.c
ext/oci8/svcctx.c
lib/oci8.rb.in
-lib/DBD/OCI8/OCI8.rb
+lib/dbd/OCI8.rb
support/README
support/runit/assert.rb
support/runit/cui/testrunner.rb
@@ -68,3 +68,4 @@
test/test_oradate.rb
test/test_oranumber.rb
test/test_metadata.rb
+test/test_rowid.rb
More information about the ruby-oci8-commit
mailing list