Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ optimistic_locking.test.js
File
optimistic_locking.test.js
test/integration/model/optimistic_locking.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
Support = require(
'../support'
);
4
const
DataTypes = require(
'sequelize/lib/data-types'
);
Callers
nothing calls this directly
Calls
9
define
Method · 0.80
save
Method · 0.80
findByPk
Method · 0.80
reload
Method · 0.80
sync
Method · 0.45
create
Method · 0.45
update
Method · 0.45
increment
Method · 0.45
decrement
Method · 0.45
Tested by
no test coverage detected