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
Running a nested query with an array of objects nested within an object fails with "Path enters non-object" with dsq 0.23.0. The same query worked with a previous version of dsq, but I do not know the version number.
Query that fails: dsq a.json b.json 'select name from {0, "people"} where id not in (select id from {1})'
Running a nested query with an array of objects nested within an object fails with "Path enters non-object" with dsq 0.23.0. The same query worked with a previous version of dsq, but I do not know the version number.
Query that fails:
dsq a.json b.json 'select name from {0, "people"} where id not in (select id from {1})'
a.json
b.json
The error message is:
If the array is extracted from the object, the modified query does succeed.
Query that succeeds:
dsq c.json b.json 'select name from {0} where id not in (select id from {1})'
c.json
The text was updated successfully, but these errors were encountered: