index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibSQL
/
TestSqlDatabase.cpp
Age
Commit message (
Expand
)
Author
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-14
LibSQL: Ungracefully handle database version incompatibilities
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema
Timothy Flynn
2021-12-05
Tests: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-06-24
LibSQL: Reduce run time of TestSqlDatabase
Jan de Visser
2021-06-22
LibSQL: Create databases in writable directory
coderdreams
2021-06-19
LibSQL: Database layer
Jan de Visser