serenity/Userland/DevTools/SQLStudio
Karol Kosek e75d694974 Userland: Compare event MIME type list with a StringView
The following commit will port MIME types to String. Traits<String>
- used in Vector::contains_slow - can't compare String type with char*,
so we need to use StringView instead.
2023-09-29 14:40:21 +01:00
..
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
main.cpp Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
MainWidget.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
MainWidget.h SQLStudio: Convert MainWidget to a failable constructor 2023-04-24 09:21:51 +02:00
ScriptEditor.cpp SQLStudio: Stop lying about string types 2023-06-13 01:49:02 +02: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