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-06-08
LibSQL: Limit the number of nested subqueries
Timothy Flynn
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-05
LibSQL: Limit the allowed depth of an expression tree
Timothy Flynn
2021-06-05
LibSQL: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibSQL: Clean up SyntaxHighlighter code
Max Wipfli
2021-06-03
LibSQL: Report a syntax error for unsupported LIMIT clause syntax
Timothy Flynn
2021-06-01
LibSQL: Return an error for empty common table expression lists
Timothy Flynn
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-09
LibSQL: Add a syntax highlighter
Dylan Katz
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro
2021-05-05
LibSQL: Fix incorrect return types
Gunnar Beutner
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
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-24
LibSQL: Add missing forward declarations
Timothy Flynn
2021-04-23
LibSQL: Parse IN / NOT IN expressions with a nested SELECT statement
Timothy Flynn
2021-04-23
LibSQL: Parse common-table-expressions with a nested SELECT statement
Timothy Flynn
2021-04-23
LibSQL: Parse CREATE TABLE statements with a nested SELECT statement
Timothy Flynn
2021-04-23
LibSQL: Parse EXISTS expressions
Timothy Flynn
2021-04-23
LibSQL: Parse terminating semi-colon in top-level statement parser
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-23
LibSQL: Fix handling of optional AS keywords
Timothy Flynn
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