MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / rollbackTransaction

Method rollbackTransaction

app/src/sqlite/dialect.ts:54–56  ·  view source on GitHub ↗
(connection: DatabaseConnection)

Source from the content-addressed store, hash-verified

52 await connection.executeQuery(CompiledQuery.raw('commit'))
53 },
54 async rollbackTransaction(connection: DatabaseConnection) {
55 await connection.executeQuery(CompiledQuery.raw('rollback'))
56 },
57 async releaseConnection() {
58 waiter.unlock()
59 },

Callers

nothing calls this directly

Calls 1

executeQueryMethod · 0.80

Tested by

no test coverage detected