michaellperry / jinaga

Universal web back-end, offering an application-agnostic API, real-time collaboration, and conflict resolution.
http://jinaga.com
MIT License
35 stars 3 forks source link

Include field value conditions within inverses #18

Closed michaellperry closed 9 years ago

michaellperry commented 9 years ago

Steps of a query are executed in reverse order, including field value conditions. Unlike predecessor and successor joins, field value conditions are unchanged by the inversion. When emitting an inverse, the field value condition at the pivot point is included at the beginning of the affected query, not at the beginning of the added or removed query.