MCPcopy
hub / github.com/sequelize/sequelize / excludeFromTransaction

Function excludeFromTransaction

types/test/transaction.ts:82–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82async function excludeFromTransaction() {
83 await sequelize.transaction(async t =>
84 await sequelize.query('SELECT 1', { transaction: null })
85 );
86}

Callers

nothing calls this directly

Calls 2

transactionMethod · 0.80
queryMethod · 0.45

Tested by

no test coverage detected