Skip to content
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

Query with "any()" seems not to work in OrientDB 3.0.1 #8302

Closed
castrv opened this issue Jun 2, 2018 · 2 comments
Closed

Query with "any()" seems not to work in OrientDB 3.0.1 #8302

castrv opened this issue Jun 2, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@castrv
Copy link

castrv commented Jun 2, 2018

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

@luigidellaquila luigidellaquila self-assigned this Jun 4, 2018
@luigidellaquila luigidellaquila added this to the 3.0.2 milestone Jun 4, 2018
@luigidellaquila
Copy link
Member

Hi @castrv

I just pushed a fix for this issue, it will be released with v 3.0.2

Thanks

Luigi

@5325833510
Copy link

Ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants