index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibSQL
/
SQLClient.cpp
Age
Commit message (
Expand
)
Author
2022-12-23
LibSQL: Output a more specific error on failed socket creation
Yedaya Katsman
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
LibSQL: Don't use the SQL socket file path as its descriptor
Timothy Flynn
2022-12-11
LibSQL: Do not fchmod the SQL socket on macOS
Timothy Flynn
2022-12-11
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-03-13
Libraries: Use default constructors/destructors in LibSQL
Lenny Maiorani
2021-10-05
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
Jan de Visser
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser