mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
Discovered this one while working on #3322 It was a bit more elusive because the original error was essentially a red herring: ``` turso> CREATE INDEX idx ON "t t" (`a a`); × unexpected token at SourceSpan { offset: SourceOffset(22), length: 1 } ╭──── 1 │ CREATE INDEX idx ON "t t" (`a a`); · ┬ · ╰── here ╰──── help: expected [TK_LP] but found TK_ID ``` Reviewed-by: Preston Thorpe <preston@turso.tech> Closes #3345
TODO