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

PBDS - identifiers used in sketch specification are not backendified #79

Open lordpretzel opened 3 years ago

lordpretzel commented 3 years ago

When creating a provenance sketch with COARSE GRAINED, the table and attribute names are not adapted for the backend. For example, in

CAPTURE PROVENANCE WITH COARSE GRAINED RANGESB (R (A 1,2,3,4 )) OF (SELECT * FROM r);

R and A should be transformed into r and a when using a Postgres backend

lordpretzel commented 3 years ago

Fixed for "RANGEB"