aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-10-20 21:17:31 +0000
committerRick Olson <technoweenie@gmail.com>2007-10-20 21:17:31 +0000
commit7042163d7633c1d453bcbed127d42ea27da6b939 (patch)
tree4ae064b8dbfb4433fd0ded03999574a0082138a7 /activerecord/CHANGELOG
parentc9fecf20ffb051ebc9270bfd787fd2964349d19a (diff)
downloadrails-7042163d7633c1d453bcbed127d42ea27da6b939.tar.gz
rails-7042163d7633c1d453bcbed127d42ea27da6b939.tar.bz2
rails-7042163d7633c1d453bcbed127d42ea27da6b939.zip
Ensure that mysql quotes table names with database names correctly. Closes #9911 [crayz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7980 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 4b962e43a8..796c7274a7 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Ensure that mysql quotes table names with database names correctly. Closes #9911 [crayz]
+
+ "foo.bar" => "`foo`.`bar`"
+
* Complete the assimilation of Sexy Migrations from ErrFree [Chris Wanstrath, PJ Hyett]
http://errtheblog.com/post/2381