diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-23 00:57:38 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-23 00:57:38 +0000 |
commit | d09e42cfe4b970c03402ab41e3eef95cd32fa4d3 (patch) | |
tree | 185cfecd7906c9051c35fa7a6d65644ce41f368d /activerecord/CHANGELOG | |
parent | f30b7a31bda74715c09759d03064f6f7c7c784b9 (diff) | |
download | rails-d09e42cfe4b970c03402ab41e3eef95cd32fa4d3.tar.gz rails-d09e42cfe4b970c03402ab41e3eef95cd32fa4d3.tar.bz2 rails-d09e42cfe4b970c03402ab41e3eef95cd32fa4d3.zip |
Fixed that AR exists?() would explode on postgresql if the passed id did not match the PK type #900 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@983 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index f782f6846d..8f3846a482 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that AR exists?() would explode on postgresql if the passed id did not match the PK type #900 [Scott Barron] + * 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] |