Individual INSERT/COMMIT pairs w/ DBAPI + connection pool
(n)
| 131 | |
| 132 | @Profiler.profile |
| 133 | def test_dbapi_raw_w_pool(n): |
| 134 | """Individual INSERT/COMMIT pairs w/ DBAPI + connection pool""" |
| 135 | |
| 136 | _test_dbapi_raw(n, False) |
| 137 | |
| 138 | |
| 139 | def _test_dbapi_raw(n, connect): |
nothing calls this directly
no test coverage detected