mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
SQLite3 3.6.8+ supports nested transactions [ci skip]
http://www.sqlite.org/lang_savepoint.html https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L130-L132
This commit is contained in:
parent
cae93be0ca
commit
afe38b1eb7
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ module ActiveRecord
|
|||
# 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
|
||||
# writing, the only database that we're aware of that supports true nested
|
||||
|
|
Loading…
Reference in a new issue