Skip to content

Bug: grammar fails to parse empty string in the INSERT VALUES

INSERT INTO "t" ("a") VALUES ('')

fails with

 --> 1:32
  |
1 | INSERT INTO "t" ("a") VALUES ('')
  |                                ^---
  |
  = expected String