knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

Update method removes ID from object by link #85

Closed NGorco closed 2 years ago

NGorco commented 5 years ago

When I'm passing some object into lib.update(table, {ID}, data) data object lost it's ID key. Solved by pushing shallow copy, but still an issue.