Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | Utilities: Remove unused header includes | Brian Gianforcaro |
2021-07-08 | Utilities: Teach sql utility to use the SQLClient class | Jan de Visser |
2021-07-08 | Everywhere: Add break after the last case label before `default` | Daniel Bertalan |
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-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-21 | Userland: Syntax highlighting of SQL strings and blobs | Timothy Flynn |
2021-04-20 | Userland: Add 'sql', a REPL for LibSQL | Timothy Flynn |