()
| 42 | } |
| 43 | }, |
| 44 | async acquireConnection() { |
| 45 | await waiter.lock() |
| 46 | return connection |
| 47 | }, |
| 48 | async beginTransaction(connection: DatabaseConnection) { |
| 49 | await connection.executeQuery(CompiledQuery.raw('begin')) |
| 50 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected