congress/src
Tim Hinrichs c3066ebf44 Fixed bug where ordering of rules and data mattered
When rule inserted after data and that rule had self-join,
failed to get right result.

This fix first computes self-joins and then ensures to evaluate
all the resulting rules before computing delta rules and inserting them.

Added test to catch this case in the future.

All tests pass

Issue: #
Change-Id: Ie09dbc82c42069e0f4925d2919ba40e88b2d1a92
2013-10-22 13:15:18 -07:00
..
policy Fixed bug where ordering of rules and data mattered 2013-10-22 13:15:18 -07:00
server Basic API server 2013-10-21 10:39:14 -07:00