tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

parser: invalid production for insert #211

Closed tsatke closed 4 years ago

tsatke commented 4 years ago

Describe the bug Parser allows parsing of INSERT VALUES(0)

To Reproduce Compile INSERT VALUES(0).

Expected behavior got VALUES, expected INTO