pouchdb / upsert

PouchDB plugin for upsert() and putIfNotExists() functions
Apache License 2.0
149 stars 25 forks source link

Update README to point out diffFunc synchronous limitation. #18

Closed millette closed 8 years ago

millette commented 8 years ago

See https://github.com/pouchdb/upsert/issues/16

I spend about an hour trying to make this work before finding the issue.

nolanlawson commented 8 years ago

Sorry about that, and thanks for the PR! It's failing because of Node 6 sadness, so I'll merge with [skip ci].

millette commented 8 years ago

Nothing to be sorry about. Without pouchdb, I would have spent months :-)

Thanks for the quick merge.