summaryrefslogtreecommitdiff
path: root/Userland/Utilities/sql.cpp
AgeCommit message (Expand)Author
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