dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
23 stars 22 forks source link

parse empty begin end block in trigger #298

Closed jycor closed 10 months ago

jycor commented 10 months ago

14 SQL correctness tests are failing because we throw syntax errors on queries like this:

CREATE TRIGGER t1r1 AFTER UPDATE ON t1 FOR EACH ROW BEGIN END;