summaryrefslogtreecommitdiff
path: root/Userland/DevTools/SQLStudio/MainWidget.h
AgeCommit message (Expand)Author
2023-02-03SQLStudio: Display real column names in the results tabTimothy Flynn
2022-12-30SQLStudio: Remove (unimplemented) ability to open database storage filesTimothy Flynn
2022-12-30SQLStudio: Add an option to select or specify the database to connect toTimothy Flynn
2022-12-30SQLStudio: Close the current SQL connection before opening a new oneTimothy Flynn
2022-12-30SQLStudio: Simplify action handling a bitTimothy Flynn
2022-12-30sql+SQLStudio: Recover from errors preparing SQL statementsTimothy Flynn
2022-12-08LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct nameTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-06-30SQLStudio: Add collapsible tabs for query resultsmartinfalisse
2022-06-30SQLStudio: Show script execution results in tablemartinfalisse
2022-06-30SQLStudio: Execute statements in SQL servermartinfalisse
2022-06-30SQLStudio: Add GUI for query resultsmartinfalisse
2022-04-22DevTools: Introduce SQL StudioDylan Katz