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
/
DevTools
/
SQLStudio
Age
Commit message (
Expand
)
Author
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
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
SQLStudio: Display real column names in the results tab
Timothy Flynn
2023-02-03
SQLStudio: Separate the script and results tabs with a vertical splitter
Timothy Flynn
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-30
SQLStudio: Remove (unimplemented) ability to open database storage files
Timothy Flynn
2022-12-30
SQLStudio: Display error message boxes when connections/executions fail
Timothy Flynn
2022-12-30
SQLStudio: Add an option to select or specify the database to connect to
Timothy Flynn
2022-12-30
SQLStudio: Only display the character/word count of selected text
Timothy Flynn
2022-12-30
SQLStudio: Close the current SQL connection before opening a new one
Timothy Flynn
2022-12-30
SQLStudio: Simplify action handling a bit
Timothy Flynn
2022-12-30
SQLStudio: Protect against possible crash when saving an empty file
Timothy Flynn
2022-12-30
SQLStudio: Convert SQLStudio to GML
Timothy Flynn
2022-12-30
sql+SQLStudio: Recover from errors preparing SQL statements
Timothy Flynn
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
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-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-27
SQLStudio: Save and load blank files without failing assertion
ne0ndrag0n
2022-08-23
SQLStudio: Reset status bar and menu actions when closing a tab
Jose Flores
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
SQLStudio: Add collapsible tabs for query results
martinfalisse
2022-06-30
SQLStudio: Show script execution results in table
martinfalisse
2022-06-30
SQLStudio: Execute statements in SQL server
martinfalisse
2022-06-30
SQLStudio: Add GUI for query results
martinfalisse
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-22
Documentation+SQLStudio: Add manual page for SQL Studio
Dylan Katz
2022-04-22
DevTools: Introduce SQL Studio
Dylan Katz