orientechnologies / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
https://orientdb.dev
Apache License 2.0
4.75k stars 871 forks source link

"is()" after "id()" #9886

Open choeoe opened 2 years ago

choeoe commented 2 years ago

OrientDB Version: 3.2.10

Java Version: 11

OS: windows wsl

Expected behavior

When I execute query

g.V('#234:0')

It returns the vertex I need. However, when I execute:

g.V().id().is('#234:0')  

It won't return anything. I noticed that the same operation is supported in Tinkergraph

Steps to reproduce

I used org.apache.tinkerpop.gremlin.driver.Cluster.open() to connect and execute queries.

tglman commented 1 year ago

Hi,

Could you try again in 3.2.18, the last hotfix has updates on the gremlin implementation.