diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-03-06 16:00:46 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-03-06 16:00:46 +0000 |
commit | 7c4b7affdbd648261f039343c348220287847446 (patch) | |
tree | 100661301d22d53f2b9e95f195a9dd7207cc9cf7 /activerecord/CHANGELOG | |
parent | c58dff1c9cbdd45df8685e230d1dc91cf1deb6cf (diff) | |
download | rails-7c4b7affdbd648261f039343c348220287847446.tar.gz rails-7c4b7affdbd648261f039343c348220287847446.tar.bz2 rails-7c4b7affdbd648261f039343c348220287847446.zip |
Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney <jonathan@bluewire.net.nz>]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3790 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ea920c7721..8672aeec83 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney <jonathan@bluewire.net.nz>] + * Added smarter table aliasing for eager associations for multiple self joins #3580 [Rick Olson] * The first time a table is referenced in a join, no alias is used. |