You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select from V let $type = (traverse * from $parent.$current.children) should work without any error
Actual behavior
orientdb {db=test}> select from V let $type = (traverse * from $parent.$current.children)
Error: com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: Exception during response processing
Error: java.lang.UnsupportedOperationException: Implement OTraverseStatement.refersToParent()
Steps to reproduce
Connect to console or Connect to Studio and try to execute this query select from V let $type = (traverse * from $parent.$current.children)
The text was updated successfully, but these errors were encountered:
OrientDB Version: 3.0.8
Java Version: 11
OS: Mac
Expected behavior
select from V let $type = (traverse * from $parent.$current.children)
should work without any errorActual behavior
Steps to reproduce
Connect to console or Connect to Studio and try to execute this query
select from V let $type = (traverse * from $parent.$current.children)
The text was updated successfully, but these errors were encountered: