summaryrefslogtreecommitdiff
path: root/Userland/Services/SQLServer/DatabaseConnection.h
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-30SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarityTimothy Flynn
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser