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