summaryrefslogtreecommitdiff
path: root/Tests/LibSQL/TestSqlDatabase.cpp
AgeCommit message (Expand)Author
2022-12-14LibSQL: Support 64-bit integer values and handle overflow errorsTimothy Flynn
2022-12-14LibSQL: Ungracefully handle database version incompatibilitiesTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_tableTimothy Flynn
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schemaTimothy Flynn
2021-12-05Tests: Cast unused smart-pointer return values to voidSam Atkins
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-09-03Everywhere: Prevent risky implicit casts of (Nonnull)RefPtrDaniel Bertalan
2021-08-21LibSQL: Redesign Value implementation and add new typesJan de Visser
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-06-24LibSQL: Reduce run time of TestSqlDatabaseJan de Visser
2021-06-22LibSQL: Create databases in writable directorycoderdreams
2021-06-19LibSQL: Database layerJan de Visser