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

make `row` optional in VALUES constructor and insert statement #344

Closed jycor closed 6 months ago

jycor commented 6 months ago

This PR adds additional syntax support for VALUE constructor.

fixes https://github.com/dolthub/dolt/issues/6849 fixes https://github.com/dolthub/dolt/issues/7853