dbis-uibk / relax

RelaX - a relational algebra calculator
http://dbis-uibk.github.io/relax/
MIT License
285 stars 98 forks source link

[Test] Query results: query format #83

Closed evazangerle closed 4 years ago

evazangerle commented 4 years ago

In the results of a given query, we repeat the issued query that was posed. However, the format of the query in the results section has some formatting issues - confusing opening and closing brackets.

image

E.g., on https://michaelrampl.github.io/relax/calc/gist/98e1f0d0710f119c3fcb1113371ae885 issue the query (sigma A < 2 S) join (pi B,C (sigma B < 10 R))

michaelrampl commented 4 years ago

Fixed with eb70adaefdb7dd2fda0fee0ffdc7653cd1a4c2f9