MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / getSavepointSQL

Method getSavepointSQL

packages/mssql/src/MsSqlPlatform.ts:59–61  ·  view source on GitHub ↗
(savepointName: string)

Source from the content-addressed store, hash-verified

57 }
58
59 override getSavepointSQL(savepointName: string): string {
60 return `save transaction ${this.quoteIdentifier(savepointName)}`;
61 }
62
63 /** @internal */
64 override createNativeQueryBuilder(): MsSqlNativeQueryBuilder {

Callers 1

beginFunction · 0.45

Calls 1

quoteIdentifierMethod · 0.95

Tested by

no test coverage detected