pouchdb-community / worker-pouch

Easy way to use PouchDB inside a Web Worker or Service Worker
Apache License 2.0
218 stars 34 forks source link

replication - option.since type #11

Open ronycohen opened 8 years ago

ronycohen commented 8 years ago

@nolanlawson: I'm testing the worker adapter, and FYI, the filtered replication from a local PouchDB => remote CouchDB works only if the option.since is an integer (ex: 1442). With the websql adapter it's working if it is a string. (ex : "1442").

I was using string as the remote Cloudant DB use strings....

nolanlawson commented 8 years ago

Is this still an issue, or was it fixed by https://github.com/nolanlawson/worker-pouch/issues/9#issuecomment-185438741?

ronycohen commented 8 years ago

Yes it is still an error. the #9 is related to another context