summaryrefslogtreecommitdiff
path: root/Userland/Services/SQLServer/SQLStatement.h
AgeCommit message (Expand)Author
2022-12-08LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct nameTimothy Flynn
2022-12-07SQLServer: Do not store statement execution results at the class levelTimothy 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-07SQLServer: Parse SQL a single time to actually "prepare" the statementTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-02-10LibSQL+SQLServer: Introduce and use ResultOr<ValueType>Timothy Flynn
2022-02-10LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]Timothy Flynn
2022-02-10LibSQL+SQLServer: Return the new Result class from statement executionsTimothy Flynn
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser