MCPcopy Create free account
hub / github.com/damms005/devdb-vscode / commitChange

Method commitChange

src/database-engines/mssql-engine.ts:134–136  ·  view source on GitHub ↗
(serializedMutation: SerializedMutation, transaction: knexlib.Knex.Transaction)

Source from the content-addressed store, hash-verified

132 }
133
134 async commitChange(serializedMutation: SerializedMutation, transaction: knexlib.Knex.Transaction): Promise<void> {
135 await SqlService.commitChange(this.connection, serializedMutation, transaction, '[');
136 }
137
138 async rawQuery(code: string): Promise<string | undefined> {
139 if (!this.connection) throw new Error('Connection not initialized');

Callers

nothing calls this directly

Calls 1

commitChangeMethod · 0.65

Tested by

no test coverage detected