mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Upcase SAVEPOINT
This commit is contained in:
parent
b18f0436e7
commit
34bc769993
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ module ActiveRecord
|
|||
# Model.connection.transaction do # BEGIN
|
||||
# Model.connection.transaction(requires_new: true) do # CREATE SAVEPOINT active_record_1
|
||||
# Model.connection.create_table(...) # active_record_1 now automatically released
|
||||
# end # RELEASE savepoint active_record_1
|
||||
# end # RELEASE SAVEPOINT active_record_1
|
||||
# # ^^^^ BOOM! database error!
|
||||
# end
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue