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
/
MainWidget.h
Age
Commit message (
Expand
)
Author
2023-02-03
SQLStudio: Display real column names in the results tab
Timothy Flynn
2022-12-30
SQLStudio: Remove (unimplemented) ability to open database storage files
Timothy Flynn
2022-12-30
SQLStudio: Add an option to select or specify the database to connect to
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
sql+SQLStudio: Recover from errors preparing SQL statements
Timothy Flynn
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
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-04-22
DevTools: Introduce SQL Studio
Dylan Katz