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 (dict) values ("name":"Jack")
select * from `test` where `dict` CONTAINS(`name` = "Jack")
returned nothing, but in 2.x, It showed results.
Thanks, Matt
The text was updated successfully, but these errors were encountered:
Fix CONTAINS operator on lists of maps
9027b7a
Resolves: #8604
Hi @ttamatt
I just pushed a fix for this problem, it will be released with v 3.0.10
Thanks
Luigi
Sorry, something went wrong.
402dd42
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
Failed sql
returned nothing, but in 2.x, It showed results.
Thanks,
Matt
The text was updated successfully, but these errors were encountered: