aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-18 08:38:57 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-18 08:38:57 -0700
commitddecdde23c0b5aecc08e889961a74f0970309145 (patch)
treee02c57c0adcd8c3f04d1b0f0d694c74c677f06e4 /activerecord/lib/active_record
parentad72bcad5395adf7b22bf05f9a8114672b5fbf78 (diff)
parentafe38b1eb7683a077c5b1770d69be0bbc11920f7 (diff)
downloadrails-ddecdde23c0b5aecc08e889961a74f0970309145.tar.gz
rails-ddecdde23c0b5aecc08e889961a74f0970309145.tar.bz2
rails-ddecdde23c0b5aecc08e889961a74f0970309145.zip
Merge pull request #9677 from neerajdotname/update-comments-about-kotori
SQLite3 3.6.8+ supports nested transactions [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/transactions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb
index 33718ef0e9..4dbd668fcf 100644
--- a/activerecord/lib/active_record/transactions.rb
+++ b/activerecord/lib/active_record/transactions.rb
@@ -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