Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
async
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
transaction
Method · 0.80
query
Method · 0.45
Tested by
no test coverage detected