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
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-02-02
LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom
Andrew Kaster
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-30
sql+SQLStudio: Recover from errors preparing SQL statements
Timothy Flynn
2022-12-11
sql: Support running the sql REPL on Lagom
Timothy Flynn
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
Timothy Flynn
2022-11-19
sql: Port to Core::Stream
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-24
sql: Re-prompt user for input after unrecognized command
Nicholas Cellino
2022-03-23
sql: Do not indent next line when current one is blank
Nicholas Cellino
2022-02-01
sql: Port to LibMain
alexmajor
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
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