This commit is contained in:
Ayose
2011-06-01 08:47:06 -07:00
committed by Xavier Noria
parent 6f3d997578
commit 700fd6d29b

View File

@@ -165,7 +165,7 @@ module ActiveRecord
# writing, the only database that we're aware of that supports true nested
# transactions, is MS-SQL. Because of this, Active Record emulates nested
# transactions by using savepoints on MySQL and PostgreSQL. See
# http://dev.mysql.com/doc/refman/5.0/en/savepoints.html
# http://en.wikipedia.org/wiki/Savepoint
# for more information about savepoints.
#
# === Callbacks