ladybird/Tests/LibSQL
Timothy Flynn bfe1bd9726 LibSQL: Convert binary SQL operations to be fallible
Now that expression evaluation can use TRY, we can allow binary operator
methods to fail as well. This also fixes a few instances of converting a
Value to a double when we meant to convert to an integer.
2022-02-13 21:30:38 +00:00
..
CMakeLists.txt Tests: Remove all file(GLOB) from CMakeLists in Tests 2021-09-02 09:08:23 +02:00
TestSqlBtreeIndex.cpp LibSQL: Improve error handling 2021-12-04 20:49:22 +03:30
TestSqlDatabase.cpp Tests: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
TestSqlExpressionParser.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
TestSqlHashIndex.cpp LibSQL: Improve error handling 2021-12-04 20:49:22 +03:30
TestSqlStatementExecution.cpp LibSQL: Convert binary SQL operations to be fallible 2022-02-13 21:30:38 +00:00
TestSqlStatementParser.cpp LibSQL: Implement DESCRIBE TABLE tests 2022-02-05 00:35:03 +01:00
TestSqlValueAndTuple.cpp LibSQL: Implement converting float and tuple values to a boolean 2022-02-13 21:30:38 +00:00