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

add partial support for ':=' assignment operator #289

Closed jennifersp closed 1 year ago

jennifersp commented 1 year ago

This PR adds support for set expressions and assignment expressions. Does not include support for select expressions, as it's deprecated on MySQL