summaryrefslogtreecommitdiff
path: root/Userland/Services/SQLServer/SQLStatement.h
AgeCommit message (Expand)Author
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