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

WITH statement parsing / analysis does not adapt view names to backend #75

Closed lordpretzel closed 3 years ago

lordpretzel commented 3 years ago

view names like all other identifiers should be normalized based the backend end's conventions, e.g., in Oracle unquoted identifiers are uppercase.