summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL
AgeCommit message (Expand)Author
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibSQL: Parse (most of) SELECT statementTimothy Flynn
2021-04-22LibSQL: Separate parsing of common-table-expression listTimothy Flynn
2021-04-22LibSQL: Fix parsing of lists of common-table-expressionTimothy Flynn
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibSQL: Rename TestSqlParser -> TestSqlStatementParserTimothy Flynn
2021-04-21LibSQL: Parse DELETE statementTimothy Flynn
2021-04-21LibSQL: Parse most language expressionsTimothy Flynn
2021-04-21LibSQL: Add forwarding headerTimothy Flynn
2021-04-21LibSQL: Add Parser::consume_if helperTimothy Flynn
2021-04-21LibSQL: Lex string and blob literalsTimothy Flynn
2021-04-20LibSQL: Parse DROP TABLE statementTimothy Flynn
2021-04-20LibSQL: Add unit testing of the SQL parserTimothy Flynn
2021-04-20LibSQL: Create a very barebones SQL parserTimothy Flynn
2021-04-20LibSQL: Introduce a SQL library with a tokenizerTimothy Flynn