coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Sync of removed objects Doesnt work for nodejs server #130

Open SaikiranDaripelli opened 10 years ago

SaikiranDaripelli commented 10 years ago

Sync of removed objects doesnt work for nodejs server sync, as we are sending back id, which is the auto generated id of sync table rather than objectId.