From 2c9cf75419feea889d2a86f0b7549d8acacab0c2 Mon Sep 17 00:00:00 2001 From: mgrojo Date: Fri, 9 Mar 2018 22:12:53 +0100 Subject: [PATCH] Tooltip and "What's This" text for 'Execute SQL' improved. README updated. Document the behaviour of the 'Execute SQL' button so users can discover the feature for executing the statements in the selection. See related issue #1336 "SQL sentences" to "SQL statements", as that is the standard term. Add plot feature to list of features in README file and DB4S abbreviation --- README.md | 3 ++- src/MainWindow.ui | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3fc1a0c5..4992258c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## What it is -DB Browser for SQLite is a high quality, visual, open source tool to +_DB Browser for SQLite_ (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. It is for users and developers wanting to create databases, search, and edit @@ -29,6 +29,7 @@ Controls and wizards are available for users to: * Import and export databases from/to SQL dump files * Issue SQL queries and inspect the results * Examine a log of all SQL commands issued by the application +* Plot simple graphs based on table or query data ## What it is not diff --git a/src/MainWindow.ui b/src/MainWindow.ui index fc8c9c1f..0206c3cf 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -65,7 +65,7 @@ This is the structure of the opened database. -You can drag SQL sentences from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'. +You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'. @@ -1138,8 +1138,8 @@ You can drag SQL sentences from an object row and drop them into other applicati This is the structure of the opened database. -You can drag multiple object names from the Name column and drop them into the SQL editor . -You can drag SQL sentences from the Schema column and drop them into the SQL editor or into other applications. +You can drag multiple object names from the Name column and drop them into the SQL editor. +You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications. @@ -1594,10 +1594,10 @@ You can drag SQL sentences from the Schema column and drop them into the SQL edi &Execute SQL - Execute SQL [F5, Ctrl+Return, Ctrl+R] + Execute all/selected SQL [F5, Ctrl+Return, Ctrl+R] - This button executes all the SQL statements of the current editor tab + This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.