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
/
Services
/
SQLServer
/
DatabaseConnection.cpp
Age
Commit message (
Expand
)
Author
2022-12-11
SQLServer: Re-use already opened SQL::Database objects
Timothy Flynn
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-08
SQLServer: Store LibSQL database files in the standard data directory
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
SQLServer: Parse SQL a single time to actually "prepare" the statement
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema
Timothy Flynn
2022-11-30
SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
Timothy Flynn
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-10-05
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
Jan de Visser
2021-10-05
SQLServer: Do not capture stack variables by reference in lambdas
Jan de Visser
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-22
SQLServer: Use m_client_id instead of client_id in callback
Robert Stefanic
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser