ladybird/Userland/Libraries/LibSQL/AST
Tim Ledbetter 896d1e4f42 LibSQL: Handle statements with malformed exists expressions correctly
Previously, statements containing malformed exists expressions such as:

`INSERT INTO t(a) VALUES (SELECT 1)`;

could cause the parser to crash. The parser will now return an error
message instead.
2023-04-25 08:32:21 -04:00
..
AST.h
CreateSchema.cpp
CreateTable.cpp
Delete.cpp
Describe.cpp
Expression.cpp
Insert.cpp
Lexer.cpp
Lexer.h
Parser.cpp
Parser.h
Select.cpp
Statement.cpp
SyntaxHighlighter.cpp
SyntaxHighlighter.h
Token.cpp
Token.h
Update.cpp