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
In OrientDB 2.2.35 this query worked fine:
select from V where any() like '%Word%'
In OrientDB 3.0.1 I get an error
"com.orientechnologies.orient.core.exception.OCommandExecutionException: Funciton not found: any DB name="Example_DB""
The text was updated successfully, but these errors were encountered:
9aca423
Hi @castrv
I just pushed a fix for this issue, it will be released with v 3.0.2
Thanks
Luigi
Sorry, something went wrong.
Ty
luigidellaquila
No branches or pull requests
OrientDB Version: 3.0.1
Java Version: openjdk version "1.8.0_171"
OS: Debian 9.4
Expected behavior
In OrientDB 2.2.35 this query worked fine:
select from V where any() like '%Word%'
Actual behavior
In OrientDB 3.0.1 I get an error
"com.orientechnologies.orient.core.exception.OCommandExecutionException: Funciton not found: any DB name="Example_DB""
Steps to reproduce
The text was updated successfully, but these errors were encountered: