MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / single_inserts.py

File single_inserts.py

examples/performance/single_inserts.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""In this series of tests, we're looking at a method that inserts a row
2within a distinct transaction, and afterwards returns to essentially a
3"closed" state. This would be analogous to an API call that starts up
4a database connection, inserts the row, commits and closes.

Callers

nothing calls this directly

Calls 3

declarative_baseFunction · 0.90
initMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected