Individual INSERT/COMMIT pairs w/ DBAPI + connection each time
(n)
| 124 | |
| 125 | @Profiler.profile |
| 126 | def test_dbapi_raw_w_connect(n): |
| 127 | """Individual INSERT/COMMIT pairs w/ DBAPI + connection each time""" |
| 128 | |
| 129 | _test_dbapi_raw(n, True) |
| 130 | |
| 131 | |
| 132 | @Profiler.profile |
nothing calls this directly
no test coverage detected