ladybird/Userland/DevTools/SQLStudio
Ali Mohammad Pur 500044906d LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
This is not guaranteed to always work correctly as ArgsParser deals in
StringViews and might have a non-properly-null-terminated string as a
value. As a bonus, using StringView (and DeprecatedString where
necessary) leads to nicer looking code too :^)
2023-03-01 10:47:19 +01:00
..
CMakeLists.txt SQLStudio: Convert SQLStudio to GML 2022-12-30 14:17:18 +01:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
MainWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
MainWidget.h SQLStudio: Display real column names in the results tab 2023-02-03 20:34:45 +01:00
ScriptEditor.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ScriptEditor.h sql+SQLStudio: Recover from errors preparing SQL statements 2022-12-30 14:17:18 +01:00
SQLStudio.gml SQLStudio: Separate the script and results tabs with a vertical splitter 2023-02-03 20:34:45 +01:00