We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
insert into test set dict=[{"name":"Jack"},{"age":"21"}]
##successful sql
select * from `test` where `dict` CONTAINS(`name` = "Jack")
select * from `test` where `dict` CONTAINS(`age` = "21")
Only the first map returned values, please figure out the reason.
Thanks, Matt
The text was updated successfully, but these errors were encountered:
Fix CONTAINS operator on list of maps
3844acd
Resolves: #8654
b756950
Hi @ttamatt
I pushed a fix for this issue, it will be released with v 3.0.11
Thanks
Luigi
Sorry, something went wrong.
luigidellaquila
No branches or pull requests
OrientDB Version: 3.0.8
Java Version: 1.8
OS: Centos 6.8
Create class test with property dict
Create a record of test
##successful sql
Failed sql
Only the first map returned values, please figure out the reason.
Thanks,
Matt
The text was updated successfully, but these errors were encountered: