This commit is contained in:
Ayose 2011-06-01 08:47:06 -07:00
parent 90887cbb35
commit 3523144ea4

@ -165,7 +165,7 @@ class TransactionError < ActiveRecordError # :nodoc:
# 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