Update of /cvsroot/ruby-dbi/src/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv25170
Modified Files:
index.rd
Log Message:
new contributors; link to OCI8 DBD
Index: index.rd
===================================================================
RCS file: /cvsroot/ruby-dbi/src/doc/index.rd,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- index.rd 27 Apr 2003 17:40:36 -0000 1.29
+++ index.rd 16 May 2003 09:50:43 -0000 1.30
@@ -4,7 +4,7 @@
== License
-Copyright (c) 2001, 2002 Michael Neumann <ne...@s-...>
+Copyright (c) 2001, 2002, 2003 Michael Neumann <mne...@nt...>
All rights reserved.
@@ -72,11 +72,17 @@
Submitted several patches and helped with lots of comments; Co-owner of the project.
: MoonWolf
quote/escape_bytea patch for DBD Pg.
+ DBD::SQLite patch
: Paul DuBois
Fixed typos and formatting.
Maintains DBD Mysql.
: Tim Bates
Bug fixes for Mysql and DBI
+: Brian Candler
+ Zero-padding date/time/timestamps fix.
+: Florian G. Pflug
+ Discussion and helpful comments/benchmarks about DBD::Pg
+ async_exec vs. exec.
== Database Drivers (DBDs)
@@ -111,6 +117,10 @@
* Oracle ((*(dbd_oracle)*))
depend on the "Oracle 7 Module for Ruby" version 0.2.11 by Yoshida Masato, available from RAA. Works fine with Oracle 8/8i.
+
+* Oracle OCI8 ((*(dbd_oci8)*))
+
+ ((<URL:http://www.jiubao.org/ruby-oci8/index.en.html>))
* PostgreSQL ((*(dbd_pg)*))
|