MCPcopy
hub / github.com/sequelize/sequelize / authTestQuery

Method authTestQuery

src/dialects/abstract/query-generator.js:2972–2974  ·  view source on GitHub ↗

* Returns the authenticate test query string

()

Source from the content-addressed store, hash-verified

2970 * Returns the authenticate test query string
2971 */
2972 authTestQuery() {
2973 return 'SELECT 1+1 AS result';
2974 }
2975}
2976
2977Object.assign(QueryGenerator.prototype, require('./query-generator/operators'));

Callers 1

authenticateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected