diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-23 00:56:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-23 00:56:13 +0000 |
commit | f30b7a31bda74715c09759d03064f6f7c7c784b9 (patch) | |
tree | 720af60a1f2ca12c087af1d2d44ec0df98af9ebe /activerecord/CHANGELOG | |
parent | 4043b5cdb3152f09727b3fb0a5b43679cdea7406 (diff) | |
download | rails-f30b7a31bda74715c09759d03064f6f7c7c784b9.tar.gz rails-f30b7a31bda74715c09759d03064f6f7c7c784b9.tar.bz2 rails-f30b7a31bda74715c09759d03064f6f7c7c784b9.zip |
Fixed the MS SQL adapter to work with the new limit/offset approach and with binary data (still suffering from 7KB limit, though) #901 [delynnb]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@982 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index afe33f095f..f782f6846d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Fixed the MS SQL adapter to work with the new limit/offset approach and with binary data (still suffering from 7KB limit, though) #901 [delynnb] + + *1.9.0* (22th March, 2005) * Added adapter independent limit clause as a two-element array with the first being the limit, the second being the offset #795 [Sam Stephenson]. Example: |