Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ getNonStandardConfirmingStringDialect
Function
getNonStandardConfirmingStringDialect
test/unit/utils/sql.test.js:651–655 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
649
});
650
651
function
getNonStandardConfirmingStringDialect() {
652
return
createSequelizeInstance({
653
standardConformingStrings: false
654
}).dialect;
655
}
Callers
2
sql.test.js
File · 0.85
test
Function · 0.85
Calls
1
createSequelizeInstance
Function · 0.50
Tested by
no test coverage detected