aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-06-03 21:57:03 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-06-03 21:57:03 +0000
commitcb62f06dcf11f440d917cd4862c0786a213a5252 (patch)
tree6f74e77d11c725ba36f90f8a0934ff9d897d7325 /activerecord/CHANGELOG
parent9c0fb70e1e37242f098c0ab0c0c045f26ed9aa8d (diff)
downloadrails-cb62f06dcf11f440d917cd4862c0786a213a5252.tar.gz
rails-cb62f06dcf11f440d917cd4862c0786a213a5252.tar.bz2
rails-cb62f06dcf11f440d917cd4862c0786a213a5252.zip
Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5194, #5191, #5189) [kennethkunz@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4424 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 73e6e88dfe..a04b81144e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed issues with BLOB limits, charsets, and booleans for Firebird #5194, #5191, #5189 [kennethkunz@gmail.com]
+
* Fixed usage of :limit and with_scope when the association in scope is a 1:m #5208 [alex@purefiction.net]
* Fixed migration trouble with SQLite when NOT NULL is used in the new definition #5215 [greg@lapcominc.com]