summaryrefslogtreecommitdiff
path: root/Tests/LibSQL/TestSqlStatementParser.cpp
AgeCommit message (Expand)Author
2021-07-08LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespaceJan de Visser
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-08LibSQL: Limit the number of nested subqueriesTimothy Flynn
2021-06-03LibSQL: Report a syntax error for unsupported LIMIT clause syntaxTimothy Flynn
2021-06-01LibSQL: Return an error for empty common table expression listsTimothy Flynn
2021-05-06Tests: Move LibSQL tests to Tests/LibSQLBrian Gianforcaro