Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
class
Query extends AbstractQuery {
19
getInsertIdField() {
20
return
'id'
;
21
}
22
23
getSQLTypeFromJsType(value, TYPES) {
24
const
paramType = {
type
: TYPES.VarChar, typeOptions: {} };
Callers
3
formatResults
Method · 0.95
handleInsertQuery
Method · 0.95
formatResults
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected