summaryrefslogtreecommitdiff
path: root/Userland/Services/SQLServer/ConnectionFromClient.h
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2022-12-09SQLServer: Add a hook to inform owners of disconnected SQL clientsTimothy 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: Allocate per-statement-execution IDsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-07SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServerTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarityTimothy Flynn
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar