Age | Commit message (Expand) | Author |
---|---|---|
2022-01-16 | LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy | Jan de Visser |
2022-01-16 | LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo | Jan de Visser |
2021-12-04 | LibSQL: Improve error handling | Jan de Visser |
2021-11-10 | LibSQL: Implement table joins | Jan de Visser |
2021-10-25 | LibSQL: Add better error handling to `evaluate` and `execute` methods | Jan de Visser |
2021-10-04 | LibSQL: Check data types in INSERT statement parsing | Mahmoud Mandour |
2021-10-04 | LibSQL: Parse INSERT statement without column names | Mahmoud Mandour |
2021-08-21 | LibSQL+SQLServer: Bare bones INSERT and SELECT statements | Jan de Visser |
2021-07-08 | LibSQL+SQLServer: Build SQLServer system service | Jan de Visser |
2021-07-08 | LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace | Jan de Visser |