aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-17 09:52:00 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-17 09:52:00 +0000
commit9870396ed13b720980957e848e4ce65582fd0d0b (patch)
tree7bbf760cea6582dc8199bd299917e07c98e7e5bb /activerecord/CHANGELOG
parentbb62568cc36399ba1b6f5d6e9db9f7a71072ad1b (diff)
downloadrails-9870396ed13b720980957e848e4ce65582fd0d0b.tar.gz
rails-9870396ed13b720980957e848e4ce65582fd0d0b.tar.bz2
rails-9870396ed13b720980957e848e4ce65582fd0d0b.zip
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718 [Maik Schmidt]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1850 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 e15f0a042b..1eaa5517d0 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718 [Maik Schmidt]
+
* Added :select option to find which can specify a different value than the default *, like find(:all, :select => "first_name, last_name"), if you either only want to select part of the columns or exclude columns otherwise included from a join #1338 [Stefan Kaes]