IITDBGroup / gprom

GProM is a middleware that adds support for provenance to database backends.
http://www.cs.iit.edu/%7edbgroup/research/gprom.php
Apache License 2.0
8 stars 5 forks source link

TABLE directive not considered by REENACTMENT #13

Closed lordpretzel closed 7 years ago

lordpretzel commented 7 years ago

REENACTMENT ignores WITH table that should be used to select what table's provenance to track. E.g.,

REENACT WITH TABLE S (UPDATE S SET C = 4; UPDATE R SET A = 3;