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

Method commitTransaction

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

Source from the content-addressed store, hash-verified

49 await connection.executeQuery(CompiledQuery.raw('begin'))
50 },
51 async commitTransaction(connection: DatabaseConnection) {
52 await connection.executeQuery(CompiledQuery.raw('commit'))
53 },
54 async rollbackTransaction(connection: DatabaseConnection) {
55 await connection.executeQuery(CompiledQuery.raw('rollback'))
56 },

Callers

nothing calls this directly

Calls 1

executeQueryMethod · 0.80

Tested by

no test coverage detected