aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 13:39:32 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 13:39:32 +0000
commit3ebe3a7814aa33e9b88cf82819943b2d09ffa224 (patch)
tree430f9194fa0a917ff242871836f2ab8c09d56dfb /activerecord
parent10d458b0aadc9f44bfadda6e59d08be8ea661029 (diff)
downloadrails-3ebe3a7814aa33e9b88cf82819943b2d09ffa224.tar.gz
rails-3ebe3a7814aa33e9b88cf82819943b2d09ffa224.tar.bz2
rails-3ebe3a7814aa33e9b88cf82819943b2d09ffa224.zip
Where to get the OCI8 driver
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@762 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 20f5efcb88..2bc6f1475c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -18,6 +18,8 @@
some circumstances, active record appears to delete parent and child records out of
sequence and out of transaction scope. (Or this may just be a problem of test setup.)
+ The OCI8 driver can be retrieved from http://rubyforge.org/projects/ruby-oci8/
+
* Added TimeZone as the first of a number of value objects that Active Record will start shipping to provide incentatives to use rich value objects using composed_of #688 [Jamis Buck]
* Added option :schema_order to the PostgreSQL adapter to support the use of multiple schemas per database #697 [YuriSchimke]