Skip to content

Commit

Permalink
updating AR changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Mar 28, 2011
1 parent 235a414 commit 90e9f2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions activerecord/CHANGELOG
Expand Up @@ -7,6 +7,14 @@

* Schemas set in set_table_name are respected by the mysql adapter. LH #5322

* Fixed a bug when empty? was called on a grouped Relation that wasn't loaded.
LH #5829

* Reapply extensions when using except and only. Thanks Iain Hecker.

* Binary data is escaped when being inserted to SQLite3 Databases. Thanks
Naruse!

*Rails 3.0.5 (February 26, 2011)*

* Model.where(:column => 1).where(:column => 2) will always produce an AND
Expand Down

0 comments on commit 90e9f2c

Please sign in to comment.