Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ isVersionQuery
Method
isVersionQuery
lib/dialects/abstract/query.js:164–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
isVersionQuery() {
165
return
this.options.
type
=== QueryTypes.VERSION;
166
}
167
168
isUpsertQuery() {
169
return
this.options.
type
=== QueryTypes.UPSERT;
Callers
6
run
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected