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
9 stars 5 forks source link

Postgres backend requires quoting of identifiers #46

Closed lordpretzel closed 6 years ago

lordpretzel commented 6 years ago

This is due to a lack of backend specific analysis modules. The long term solution is to factor out common analysis code and then have backend specific analysis modules which override the standard implementation where needed. In the short term quoting all identifiers, e.g., "x" instead of x is a workaround. However, there are some minor bugs with how this is handled that need to be addressed:

lordpretzel commented 6 years ago

Quoting of identifiers is no longer necessary since identifiers are now handled in a backend-specific fashion