vmware / differential-datalog

DDlog is a programming language for incremental computation. It is well suited for writing programs that continuously update their output in response to input changes. A DDlog programmer does not write incremental algorithms; instead they specify the desired input-output mapping in a declarative manner.
MIT License
1.38k stars 119 forks source link

Do not let aliases from other queries rename tables in the current query #1131

Closed mihaibudiu closed 2 years ago

mihaibudiu commented 2 years ago

Signed-off-by: Mihai Budiu mbudiu@vmware.com Fixes #1126