MCPcopy
hub / github.com/sequelize/sequelize / isUpsertQuery

Method isUpsertQuery

lib/dialects/abstract/query.js:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 isUpsertQuery() {
169 return this.options.type === QueryTypes.UPSERT;
170 }
171
172 isInsertQuery(results, metaData) {
173 let result = true;

Callers 8

runMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
_handleQueryResponseMethod · 0.80
getDatabaseMethodMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected