Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couchdb sync issues #274

Merged
merged 3 commits into from
Sep 17, 2014
Merged

Conversation

jonlipsky
Copy link
Contributor

Fixed issues with pulling from CouchDB.
There are still some issues pushing. Will follow-up with email.

…e called after the object was disposed since the value was not null.
…uery would return 2 values. The first value would be an actual header value, the second value would be null, thus causing an exception in String.Join. Added the where clause to filter out any null values.
…RemoteDB() method.

The id's that Couchbase Lite generates and the id's that CouchDB return don't match case, to had to change from a "Contains" to case insensitive search.
zgramana added a commit that referenced this pull request Sep 17, 2014
@zgramana zgramana merged commit da0c4f0 into couchbase:master Sep 17, 2014
@zgramana zgramana removed the backlog label Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants