index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
sql.cpp
Age
Commit message (
Expand
)
Author
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-10-05
SQL Utility: Implement reading sql files
Jan de Visser
2021-10-05
SQL Utility: Redesigned the input loop
Jan de Visser
2021-10-05
SQL Utility: Implement connection switching
Jan de Visser
2021-10-05
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
Jan de Visser
2021-10-04
sql: Account for the single quotes in syntax highlighting
Mahmoud Mandour
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-08-21
Utilities: Some minor changes in sql REPL tool
Jan de Visser
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-07-08
Utilities: Teach sql utility to use the SQLClient class
Jan de Visser
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-06-24
LibSQL: Make lexer and parser more standard SQL compliant
Jan de Visser
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Userland: Syntax highlighting of SQL strings and blobs
Timothy Flynn
2021-04-20
Userland: Add 'sql', a REPL for LibSQL
Timothy Flynn