LokiJS icon indicating copy to clipboard operation
LokiJS copied to clipboard

Incorrect implementation of `ResultSet.update`

Open Losses opened this issue 3 years ago • 0 comments

Since disableFreeze is defined in Collection, but not in ResultSet: https://github.com/techfort/LokiJS/blob/master/src/lokijs.js#L5064

But the member is used in ResultSet: https://github.com/techfort/LokiJS/blob/master/src/lokijs.js#L3894

This will always return false.

Losses avatar Oct 06 '22 03:10 Losses