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

TEMPORAL query with JOIN over base tables uses temporal attributes instead of normal attributes #20

Closed lordpretzel closed 7 years ago

lordpretzel commented 7 years ago

TEMPORAL (SELECT L.A AS LA, L.B AS LB, R.A AS RA, R.B AS RB FROM TEMP_TEST WITH TIME(T_BEGIN, T_END) L JOIN TEMP_TEST WITH TIME(T_BEGIN, T_END) R ON (L.B = R.A));