summaryrefslogtreecommitdiff
path: root/Tests/LibSQL/TestSqlExpressionParser.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-07LibSQL: Properly parse ESCAPE expressionsGuilherme Gonçalves
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: Rename expression tree depth limit test caseTimothy Flynn
2021-06-05LibSQL: Limit the allowed depth of an expression treeTimothy Flynn
2021-05-06Tests: Move LibSQL tests to Tests/LibSQLBrian Gianforcaro