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
Age
Commit message (
Expand
)
Author
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
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
LibSQL: Fix parsing of lists of common-table-expression
Timothy Flynn
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibSQL: Rename TestSqlParser -> TestSqlStatementParser
Timothy Flynn
2021-04-21
LibSQL: Parse DELETE statement
Timothy Flynn
2021-04-21
LibSQL: Parse most language expressions
Timothy Flynn
2021-04-21
LibSQL: Add forwarding header
Timothy Flynn
2021-04-21
LibSQL: Add Parser::consume_if helper
Timothy Flynn
2021-04-21
LibSQL: Lex string and blob literals
Timothy Flynn
2021-04-20
LibSQL: Parse DROP TABLE statement
Timothy Flynn
2021-04-20
LibSQL: Add unit testing of the SQL parser
Timothy Flynn
2021-04-20
LibSQL: Create a very barebones SQL parser
Timothy Flynn
2021-04-20
LibSQL: Introduce a SQL library with a tokenizer
Timothy Flynn