Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ quoteIdentifier
Method
quoteIdentifier
test/support.js:184–186 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
182
getAbstractQueryGenerator(sequelize) {
183
class
ModdedQueryGenerator extends AbstractQueryGenerator {
184
quoteIdentifier(x) {
185
return
x;
186
}
187
}
188
189
const
queryGenerator =
new
ModdedQueryGenerator({
Callers
5
model.test.js
File · 0.45
test
Function · 0.45
query-interface.test.ts
File · 0.45
query-generator.test.js
File · 0.45
query-generator.test.js
File · 0.45
Calls
no outgoing calls
Tested by
1
test
Function · 0.36