ladybird/Userland/DevTools/SQLStudio
Timothy Flynn 0986b383cd SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
Rename sql_statement to prepare_statement and statement_execute to
execute_statement. The former aligns more with other database libraries
(e.g. Java's JDBC prepareStatement). The latter reads less awkwardly.
2022-11-30 11:43:13 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MainWidget.cpp SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity 2022-11-30 11:43:13 +01:00
MainWidget.h Userland: Accept drag_enter events for widgets supporting file drops 2022-11-13 16:13:03 -07:00
ScriptEditor.cpp SQLStudio: Save and load blank files without failing assertion 2022-09-27 14:38:50 +01:00
ScriptEditor.h DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00