-
Notifications
You must be signed in to change notification settings - Fork 192
DATACOUCH-1066 - N1qlExpression as QueryCriteria key. #1081
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
DATACOUCH-1066 - N1qlExpression as QueryCriteria key. #1081
Conversation
Co-authored-by: mikereiche <[email protected]>
Co-authored-by: mikereiche <[email protected]>
Co-authored-by: mikereiche <[email protected]>
Co-authored-by: mikereiche <[email protected]>
…deleteById(Iterable<ID> ids). Original pull request: #279.
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons. Original pull request: #279.
Co-authored-by: mikereiche <[email protected]>
…enly changing. (#290)
…and version properties. Related tickets: - #1072
…r() but receiving a String key. Related tickets: - #1072
This is a merge of mmonti's changeset into master. The changeset was made on top of 4.1.x instead of master so it has a little catching up to do. Merge branch 'gh-1066-n1qlexpression-as-querycriteria-key' of github.com:mmonti/spring-data-couchbase into datacouch_1066_1072_mmonti_n1ql_query_creator_expression Original pull request #1076
Hi @mikereiche, I just saw the comment on this PR:
Should I try to create the same changes on top of master? Let me know, I can give it a try... |
Hi @mmonti - Thanks for your branch. I adjusted it for master and committed to master and then cherry-picked it for 4.1.x after. The 4.1.7 release should go out tomorrow with your changes (it was supposed to go out today, that's why I rushed to get your change in). The only thing that didn't work out is that it doesn't show it was your branch. Sorry. |
Ah! got it! Awesome!.. no worries about the branch. |
This is a merge of mmonti's changeset into master. The changeset was made
on top of 4.1.x instead of master so it has a little catching up to do.
Merge branch 'gh-1066-n1qlexpression-as-querycriteria-key' of github.com:mmonti/spring-data-couchbase into datacouch_1066_1072_mmonti_n1ql_query_creator_expression
Original pull request #1076