Amy Tai

Results 3 issues of Amy Tai

Opening a permanent PR to keep track of our ovn-controller changes. This initial commit creates a dummy output relation and populates it programmatically. Still todo: - Create correct output relations...

Suppose you have the following tables: ``` create table t1(column1 integer, column2 boolean) create table t2(column1 integer) ``` The following view fails to compile: ``` create view v0 as SELECT...

bug

SQL queries with `HAVING` clauses can get parsed correctly by the ddlog-sql front-end SQL compiler (i.e. Presto for now), but the translated DDlog program will fail to compile with the...

enhancement