MCPcopy
hub / github.com/sequelize/sequelize / getInsertIdField

Method getInsertIdField

lib/dialects/mssql/query.js:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18class Query extends AbstractQuery {
19 getInsertIdField() {
20 return 'id';
21 }
22
23 getSQLTypeFromJsType(value, TYPES) {
24 const paramType = { type: TYPES.VarChar, typeOptions: {} };

Callers 3

formatResultsMethod · 0.95
handleInsertQueryMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected