Andrew Kaster
|
ae9dc95b1f
LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Timothy Flynn
|
82363aa1c4
sql+SQLStudio: Recover from errors preparing SQL statements
|
2 years ago |
Timothy Flynn
|
78353ec184
sql: Support running the sql REPL on Lagom
|
2 years ago |
Timothy Flynn
|
c372012842
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
|
2 years ago |
Timothy Flynn
|
b159bdd4fd
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
|
2 years ago |
Timothy Flynn
|
b9d8c25b0b
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
|
2 years ago |
Timothy Flynn
|
f9d23e1d2f
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
|
2 years ago |
Timothy Flynn
|
aec75d749a
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
|
2 years ago |
Timothy Flynn
|
e2f71d2808
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
|
2 years ago |
Timothy Flynn
|
8fcb8c30c6
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
0986b383cd
SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
|
2 years ago |
Sam Atkins
|
4c3d2267db
sql: Port to Core::Stream
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Nicholas Cellino
|
626ea5007a
sql: Re-prompt user for input after unrecognized command
|
3 years ago |
Nicholas Cellino
|
0e51d99322
sql: Do not indent next line when current one is blank
|
3 years ago |
alexmajor
|
e3dbe19018
sql: Port to LibMain
|
3 years ago |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
sin-ack
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 years ago |
Andreas Kling
|
a7f1f1c34b
LibCore: Use ErrorOr<T> for Core::File::open()
|
3 years ago |
Jan de Visser
|
f33a288ca4
SQL Utility: Implement reading sql files
|
3 years ago |
Jan de Visser
|
89835ec83c
SQL Utility: Redesigned the input loop
|
3 years ago |
Jan de Visser
|
9d9f082221
SQL Utility: Implement connection switching
|
3 years ago |
Jan de Visser
|
e923cb3739
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
|
3 years ago |
Mahmoud Mandour
|
aca87ce146
sql: Account for the single quotes in syntax highlighting
|
3 years ago |
Ben Wiederhake
|
2e4ec891da
Everywhere: Fix format-vulnerabilities
|
3 years ago |
Jan de Visser
|
9e43508d30
Utilities: Some minor changes in sql REPL tool
|
4 years ago |
Brian Gianforcaro
|
219d4ba376
Utilities: Remove unused header includes
|
4 years ago |