-
Notifications
You must be signed in to change notification settings - Fork 871
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
EBEDDED[LIST/SET] types and IN/CONTAINS not working? #8428
Comments
Ok ... i got to the bottom of this issue: I think console has some lower/upper case defect for properties. Bizarrely, this works:
If ODB is case sensitive, at least it should respect the exact property name from when the schema was created. Also, the following returns data:
but this does not:
When can the above findings be fixed? |
These issues are in both console and studio. |
Hi @hrstoyanov I just pushed a fix, it will be released with v 3.0.5 Thanks Luigi |
@luigidellaquila These queries works:
but the below ones do not work:
I have not tested in 3.0.5 final |
@luigidellaquila |
Hi @hrstoyanov Yes, I merged it. If you have a sample DB it will help a lot, there is a chance that I didn't get exactly your use case Thanks Luigi |
@luigidellaquila find attached a sample database. Run: schema, seed_data, test_data. Then the above queries should show you the problem. |
Hi @hrstoyanov Thank you very much, now everything is clear.
and This said, I'm afraid we cannot do much about this behavior, as it is the expected one Thanks Luigi |
Got it! Closing this issue.. |
OrientDB Version: 3.0.5-SNAPSHOT
Java Version: 8
OS: any
I have this edge definition with ROLES property as an embedded set of strings:
and some data:
According to this example, I expect that both of these queries would work:
Yet in both cases I get no results ???
The text was updated successfully, but these errors were encountered: