instance method
release_savepoint
Ruby on Rails 3.0.20
Since v2.3.18 Last seen in v3.0.20Available in: v2.3.18 v3.0.20
Signature
release_savepoint()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 336
def release_savepoint
execute("RELEASE SAVEPOINT #{current_savepoint_name}")
end
Defined in activerecord/lib/active_record/connection_adapters/mysql_adapter.rb line 336
· View on GitHub
· Improve this page
· Find usages on GitHub