Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ isUpsertQuery
Method
isUpsertQuery
src/dialects/abstract/query.js:192–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
isUpsertQuery() {
193
return
this.options.
type
=== QueryTypes.UPSERT;
194
}
195
196
isInsertQuery(results, metaData) {
197
let
result = true;
Callers
10
run
Method · 0.80
formatResults
Method · 0.80
run
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
_handleQueryResponse
Method · 0.80
getDatabaseMethod
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected