Skip to content

Commit

Permalink
Update documentation for AbstractAdapter#reset!
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 17, 2008
1 parent 6782cb4 commit 3b6743e
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -116,9 +116,10 @@ def disconnect!

# Reset the state of this connection, directing the DBMS to clear
# transactions and other connection-related server-side state. Usually a
# database-dependent operation; the default method simply executes a
# ROLLBACK and swallows any exceptions which is probably not enough to
# ensure the connection is clean.
# database-dependent operation.
#
# The default implementation does nothing; the implementation should be
# overridden by concrete adapters.
def reset!
# this should be overridden by concrete adapters
end
Expand Down

0 comments on commit 3b6743e

Please sign in to comment.