Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ do_commit
Method
do_commit
lib/sqlalchemy/engine/default.py:843–844 ·
view source on GitHub ↗
(self, dbapi_connection)
Source
from the content-addressed store, hash-verified
841
dbapi_connection.rollback()
842
843
def
do_commit(self, dbapi_connection):
844
dbapi_connection.commit()
845
846
def
do_terminate(self, dbapi_connection):
847
self.do_close(dbapi_connection)
Callers
nothing calls this directly
Calls
1
commit
Method · 0.45
Tested by
no test coverage detected