aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-28 21:00:03 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-28 21:00:03 +0000
commit75d0623b3d1a71be2c63099cdeca48df5e3d4331 (patch)
treec91d757b398035b185d7c7db844bb20981c6ba8b /activerecord/CHANGELOG
parente47c8381e127fe36aa20f8343e46d065045a6445 (diff)
downloadrails-75d0623b3d1a71be2c63099cdeca48df5e3d4331.tar.gz
rails-75d0623b3d1a71be2c63099cdeca48df5e3d4331.tar.bz2
rails-75d0623b3d1a71be2c63099cdeca48df5e3d4331.zip
MySQL: active? compatibility with the pure-Ruby driver. References #428.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3194 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3d635fbf62..ea60758a3f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* MySQL: active? compatibility with the pure-Ruby driver. #428 [Jeremy Kemper]
+
* Oracle: active? check pings the database rather than testing the last command status. #428 [Michael Schoen]
* SQLServer: resolve column aliasing/quoting collision when using limit or offset in an eager find. #2974 [kajism@yahoo.com]