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