summaryrefslogtreecommitdiff
path: root/Userland/Services/SQLServer/DatabaseConnection.cpp
AgeCommit message (Expand)Author
2022-12-11SQLServer: Re-use already opened SQL::Database objectsTimothy Flynn
2022-12-08LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct nameTimothy Flynn
2022-12-08SQLServer: Store LibSQL database files in the standard data directoryTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediatelyTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-07SQLServer: Parse SQL a single time to actually "prepare" the statementTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schemaTimothy Flynn
2022-11-30SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarityTimothy Flynn
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-10-05SQLServer+SQL+LibSQL: Allow sql client to specify the database nameJan de Visser
2021-10-05SQLServer: Do not capture stack variables by reference in lambdasJan de Visser
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-22SQLServer: Use m_client_id instead of client_id in callbackRobert Stefanic
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser