Skip to content

Commit

Permalink
SQLite3 3.6.8+ supports nested transactions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Mar 18, 2013
1 parent cae93be commit afe38b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/transactions.rb
Expand Up @@ -160,7 +160,7 @@ class TransactionError < ActiveRecordError # :nodoc:
# end # end
# end # end
# #
# only "Kotori" is created. (This works on MySQL and PostgreSQL, but not on SQLite3.) # only "Kotori" is created. This works on MySQL and PostgreSQL. SQLite3 version >= '3.6.8' also supports it.
# #
# Most databases don't support true nested transactions. At the time of # Most databases don't support true nested transactions. At the time of
# writing, the only database that we're aware of that supports true nested # writing, the only database that we're aware of that supports true nested
Expand Down

0 comments on commit afe38b1

Please sign in to comment.