-
Notifications
You must be signed in to change notification settings - Fork 192
Support for ARRAY_CONTAINS #1073
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
Labels
type: enhancement
A general enhancement
Comments
5 tasks
mikereiche
added a commit
that referenced
this issue
Mar 24, 2021
Add QueryCriteria arrayContaining which maps to n1ql array_containing. Closes #1073. Original pull request #1109. Co-authored-by: mikereiche <[email protected]>
mikereiche
added a commit
that referenced
this issue
Mar 25, 2021
* Add QueryCriteria arrayContaining. Add QueryCriteria arrayContaining which maps to n1ql array_containing. Closes #1073. Original pull request #1109. * Support enum parameters to repository queries. Support enums in AbstractCouchbaseConverter.convertForWriteIfNeeded(). Closes #1069. Original pull request #1110. Co-authored-by: mikereiche <[email protected]>
mikereiche
added a commit
that referenced
this issue
Mar 30, 2021
Add QueryCriteria arrayContaining which maps to n1ql array_containing. Closes #1073. Original pull request #1109. Co-authored-by: mikereiche <[email protected]>
mikereiche
added a commit
that referenced
this issue
Mar 30, 2021
Add QueryCriteria arrayContaining which maps to n1ql array_containing. Closes #1073. Original pull request: #1109. Co-authored-by: mikereiche <[email protected]>
mikereiche
added a commit
that referenced
this issue
Mar 30, 2021
Add QueryCriteria arrayContaining which maps to n1ql array_containing. Closes #1073. Original pull request: #1109. Co-authored-by: mikereiche <[email protected]>
I think it's not implemented properly. It's trying to use function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Do you have any plans for adding support of ARRAY_CONTAINS couchbase function for query criteria builder? It would be super useful to build a query like so
QueryCriteria.where("myArray").arrayContaining("myValue");
The text was updated successfully, but these errors were encountered: