MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / do_commit

Method do_commit

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

Source from the content-addressed store, hash-verified

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

Calls 2

appendMethod · 0.45
commitMethod · 0.45

Tested by

no test coverage detected