dbis-uibk / relax

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

Left arrow operator doesn't work #14

Closed detuur closed 4 years ago

detuur commented 6 years ago

When using the left arrow operator to rename columns, the built-in arrow from the toolbar doesn't seem to work, no matter how you format it.

rho manufacturer <- maker (Product) --this works
rho manufacturer ← maker (Product) --this throws errors

If the left arrow operator is meant to work as the assignment operator (like in some dialects of relational algebra), that too doesn't seem to be working.

michaelrampl commented 4 years ago

This now works in the development version. We will update the release once the development version is stable.