index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibSQL
/
Parser.h
Age
Commit message (
Expand
)
Author
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-08
LibSQL: Limit the number of nested subqueries
Timothy Flynn
2021-06-05
LibSQL: Limit the allowed depth of an expression tree
Timothy Flynn
2021-06-01
LibSQL: Return an error for empty common table expression lists
Timothy Flynn
2021-05-05
LibSQL: Fix incorrect return types
Gunnar Beutner
2021-04-24
LibSQL: Parse ALTER TABLE statement
Timothy Flynn
2021-04-24
LibSQL: Parse UPDATE statement
Timothy Flynn
2021-04-24
LibSQL: Parse INSERT statement
Timothy Flynn
2021-04-23
LibSQL: Parse EXISTS expressions
Timothy Flynn
2021-04-23
LibSQL: Add Parser::parse_schema_and_table_name helper
Timothy Flynn
2021-04-23
LibSQL: Add Parser::parse_comma_separated_list helper
Timothy Flynn
2021-04-22
LibSQL: Parse (most of) SELECT statement
Timothy Flynn
2021-04-22
LibSQL: Separate parsing of common-table-expression list
Timothy Flynn
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibSQL: Parse DELETE statement
Timothy Flynn
2021-04-21
LibSQL: Parse most language expressions
Timothy Flynn
2021-04-21
LibSQL: Add Parser::consume_if helper
Timothy Flynn
2021-04-20
LibSQL: Parse DROP TABLE statement
Timothy Flynn
2021-04-20
LibSQL: Create a very barebones SQL parser
Timothy Flynn