提交 a250a98a 编写于 作者: J Jeremy Kemper

r1602@asus: jeremy | 2005-07-02 14:34:00 -0700

 Don't pass connection to quoted_comma_pair_list


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1621 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 9ebe33f1
......@@ -34,7 +34,7 @@ def update_with_lock #:nodoc:
affected_rows = connection.update(
"UPDATE #{self.class.table_name} "+
"SET #{quoted_comma_pair_list(connection, attributes_with_quotes(false))} " +
"SET #{quoted_comma_pair_list(attributes_with_quotes(false))} " +
"WHERE #{self.class.primary_key} = #{quote(id)} AND lock_version = #{quote(previous_value)}",
"#{self.class.name} Update with optimistic locking"
)
......@@ -54,4 +54,4 @@ def locking_enabled? #:nodoc:
lock_optimistically && respond_to?(:lock_version)
end
end
end
\ No newline at end of file
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册