Skip to content

Fixed https://github.com/couchbase/couchbase-lite-java-core/issues/1254#49

Merged
pasin merged 2 commits intomasterfrom
feature/issue_1254
Jun 3, 2016
Merged

Fixed https://github.com/couchbase/couchbase-lite-java-core/issues/1254#49
pasin merged 2 commits intomasterfrom
feature/issue_1254

Conversation

@hideki
Copy link
Copy Markdown

@hideki hideki commented Jun 3, 2016

…54 - Need to add fallback string comparing solution for JSON collator

  • In case collator can not be initialized, apply binary string comparison instead of just returning 0.

… - Need to add fallback string comparing solution for JSON collator

- In case collator can not be initialized, apply binary string comparison instead of just returning 0.
result = (int)(collator->compare(str1, str2));
} else
result = 0;
} else{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix formatting?

@hideki
Copy link
Copy Markdown
Author

hideki commented Jun 3, 2016

@pasin, I fixed formatting issue.

@pasin pasin merged commit 501be32 into master Jun 3, 2016
@pasin pasin deleted the feature/issue_1254 branch June 3, 2016 18:06
@pasin pasin removed the review label Jun 3, 2016
@hideki hideki changed the title Fixed https://github.com/couchbase/couchbase-lite-java-core/issues/12… Fixed https://github.com/couchbase/couchbase-lite-java-core/issues/1254 Jun 9, 2016
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