MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / do_commit

Method do_commit

test/engine/test_pool.py:395–397  ·  view source on GitHub ↗
(self, dbapi_connection)

Source from the content-addressed store, hash-verified

393 dbapi_connection.rollback()
394
395 def do_commit(self, dbapi_connection):
396 canary.append("C")
397 dbapi_connection.commit()
398
399 def do_close(self, dbapi_connection):
400 canary.append("CL")

Calls 2

appendMethod · 0.45
commitMethod · 0.45

Tested by

no test coverage detected