summaryrefslogtreecommitdiff
path: root/Userland/Utilities/sql.cpp
AgeCommit message (Expand)Author
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-07Everywhere: Change spelling of 'behaviour' to 'behavior'Ben Wiederhake
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-02LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in LagomAndrew Kaster
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-30sql+SQLStudio: Recover from errors preparing SQL statementsTimothy Flynn
2022-12-11sql: Support running the sql REPL on LagomTimothy Flynn
2022-12-08LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct nameTimothy Flynn
2022-12-07LibSQL+SQLServer+sql: Send and parse the correct number of changed rowsTimothy 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-07SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServerTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
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-11-19sql: Port to Core::StreamSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-24sql: Re-prompt user for input after unrecognized commandNicholas Cellino
2022-03-23sql: Do not indent next line when current one is blankNicholas Cellino
2022-02-01sql: Port to LibMainalexmajor
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-10-05SQL Utility: Implement reading sql filesJan de Visser
2021-10-05SQL Utility: Redesigned the input loopJan de Visser
2021-10-05SQL Utility: Implement connection switchingJan de Visser
2021-10-05SQLServer+SQL+LibSQL: Allow sql client to specify the database nameJan de Visser
2021-10-04sql: Account for the single quotes in syntax highlightingMahmoud Mandour
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-08-21Utilities: Some minor changes in sql REPL toolJan de Visser
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-08Utilities: Teach sql utility to use the SQLClient classJan de Visser
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Userland: Syntax highlighting of SQL strings and blobsTimothy Flynn
2021-04-20Userland: Add 'sql', a REPL for LibSQLTimothy Flynn