From c20713834a6f3e14286fb501029437708609eaff Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 9 Jul 2005 17:02:32 +0000 Subject: Fixed optimistic locking with SQL Server #1660 [tom@popdog.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1784 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 6eec1c03cf..712c98cb6a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed optimistic locking with SQL Server #1660 [tom@popdog.net] + * Added ActiveRecord::Migrator.migrate that can figure out whether to go up or down based on the target version and the current * Added better error message for "packets out of order" #1630 [courtenay] -- cgit v1.2.3