diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-16 01:41:22 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-16 01:41:22 +0000 |
commit | be3a4c3daae637bf7285025e3bb10fa118e94728 (patch) | |
tree | f56e7bc7f2446a8bfd20465f6f0185cc8287bdc3 /activerecord/CHANGELOG | |
parent | 65ca37b7b7097afa49f6837668d4108262334f4e (diff) | |
download | rails-be3a4c3daae637bf7285025e3bb10fa118e94728.tar.gz rails-be3a4c3daae637bf7285025e3bb10fa118e94728.tar.bz2 rails-be3a4c3daae637bf7285025e3bb10fa118e94728.zip |
Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5533 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 99e2003eea..cacb46ad38 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -37,7 +37,7 @@ * Document other options available to migration's add_column. #6419 [grg] -* MySQL: all_hashes compatibility with old MysqlRes class. #6429 [Jeremy Kemper] +* MySQL: all_hashes compatibility with old MysqlRes class. #6429, #6601 [Jeremy Kemper] * Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney] |