summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/SQLClient.cpp
AgeCommit message (Expand)Author
2022-12-23LibSQL: Output a more specific error on failed socket creationYedaya Katsman
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-11LibSQL: Don't use the SQL socket file path as its descriptorTimothy Flynn
2022-12-11LibSQL: Do not fchmod the SQL socket on macOSTimothy Flynn
2022-12-11LibSQL: Support launching a singleton SQLServer instance for Lagom hostsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::ValueTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediatelyTimothy 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-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-03-13Libraries: Use default constructors/destructors in LibSQLLenny Maiorani
2021-10-05SQLServer+SQL+LibSQL: Allow sql client to specify the database nameJan de Visser
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser