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 by value that is exactly equal with just added should return corresponding vertex
Actual behavior
select by value using eqiuals operation does not find expected vertex. select using 'like' comparision finds it. And comenting out some seemingly irrelevant code lines changes behavior. Details are in comment lines of attached source.
OrientDB Version: 3.0.0_RC2
Java Version: 9.0.4
OS: ubuntu docker image under Windows 10
Expected behavior
select by value that is exactly equal with just added should return corresponding vertex
Actual behavior
select by value using eqiuals operation does not find expected vertex. select using 'like' comparision finds it. And comenting out some seemingly irrelevant code lines changes behavior. Details are in comment lines of attached source.
Steps to reproduce
Select2.java.txt
The text was updated successfully, but these errors were encountered: