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.72k stars 240 forks source link

Fixed persistence.sync.js so that it works when syncing delete to another server #74

Closed JordanReiter closed 12 years ago

JordanReiter commented 12 years ago

Appending obj.id sends the id from the _SyncRemovedObject table.