om-next

devth 2017-01-30T18:24:13.000921Z

has anyone defined a full spec for om.next queries yet? this appears to be incomplete (lacks parameterized joins): https://gist.github.com/swannodette/842326cbb6ab35e0d1aa51fb41c5697e

williballenthin 2017-01-30T20:34:42.000922Z

@devth here's a collection of states, queries, and expected results that i used while developing my read parser last week. no guarantee that the terminology in the comments is consistent and correct, but i verified all the queries with db->tree. https://gist.github.com/williballenthin/267be361bb8dd0fe893f61e16425e036

devth 2017-01-30T20:35:45.000924Z

@williballenthin thanks!