1
Fork 0

Implement sqlite "without rowid" clauses

This commit is contained in:
prescientmoon 2024-07-11 21:59:58 +02:00
parent b3bfb5e723
commit bae817defd
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
7 changed files with 69 additions and 21 deletions
expected-parse-errors

View file

@ -5668,7 +5668,7 @@ statement
ansi2011
create table t (
)
CreateTable [ Name Nothing "t" ] []
CreateTable [ Name Nothing "t" ] [] False
statement
ansi2011