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

attribute references in ORDER BY expressions are not translated correctly by SQL code generator #8

Closed lordpretzel closed 4 years ago

lordpretzel commented 7 years ago

For instance, using the new temporal features (branch temporal)

TEMPORAL (SELECT * FROM ttest WITH TIME (s, e));