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
I tested it with v 3.0.7, the problem was already fixed for basic cases.
There was still an issue when the parent query used an index, I fixed it and pushed to 3.0.x. It will be released with v 3.0.8
OrientDB Version: 3.0.5
Java Version: 1.8
OS: Centos 6.8
SQL
Expected behavior
return v_test_1 which related v_test_2's name = 'jack'
Actual behavior
return 0 records
BUT, the sql below work fine, and must use
$refs[0].refs_id
, and$refs.refs_id
don't workthis sql syntax is very important for us, and if we change to
let
, it would be a very big changeis a bug ? or is a deprecated feature ?
thanks reading
The text was updated successfully, but these errors were encountered: