aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-21 18:51:27 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-21 18:51:27 +0000
commitf1a184fe880c4ff0db1b003f8f4562728809e1bd (patch)
tree047a1d1198962876cc881067cc076293c98fa17f /activerecord/CHANGELOG
parent658066225492589a157c4c4cc208257692732ba7 (diff)
downloadrails-f1a184fe880c4ff0db1b003f8f4562728809e1bd.tar.gz
rails-f1a184fe880c4ff0db1b003f8f4562728809e1bd.tar.bz2
rails-f1a184fe880c4ff0db1b003f8f4562728809e1bd.zip
MySQL: introduce :encoding option to specify the character set for client, connection, and results. Only available for MySQL 4.1 and later with the mysql-ruby driver. Do SHOW CHARACTER SET in mysql client to see available encodings. Closes #2975.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3152 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 041eafe65b..1941ce1ef6 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* MySQL: introduce :encoding option to specify the character set for client, connection, and results. Only available for MySQL 4.1 and later with the mysql-ruby driver. Do SHOW CHARACTER SET in mysql client to see available encodings. #2975 [Shugo Maeda]
+
* Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases. [Marcel Molina Jr.]
* Correct boolean handling in generated reader methods. #2945 [don.park@gmail.com, Stefan Kaes]