Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-02-05 | LibSQL: Implement DESCRIBE TABLE tests | Mahmoud Mandour |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2021-07-08 | LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace | Jan de Visser |
2021-06-24 | LibSQL: Make lexer and parser more standard SQL compliant | Jan de Visser |
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-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-06 | Tests: Move LibSQL tests to Tests/LibSQL | Brian Gianforcaro |