-
-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quality Of Life enhancements #5212
Comments
Very helpful, indeed. Thank you. Is there a way to expand the asterisk in queries into the series of field names? Example: one wants to write a query with several fields. Writing "select * from xyz" then expanding the asterisk into the actual columns, then erasing the unwanted ones could also reduce typing. |
Awsome! Adding it to the list. |
It would probably suffice if one could drag and drop column names (ideally multiple at one time) from the database pane on the left into queries. Right now table names can be moved this way but not column names. |
Another one good! Adding. |
In the SQL Editor, [Ctrl-S] needs to be pressed twice to save, whereas works immediately. |
What needs to be pressed twice to save what and where? |
When I apply a change to a query, then the grey button "commit changes" becomes green and the grey button "rollback changes" becomes red. This is how it is supposed to be. From there it is not possible to execute the query directly. Obvious. Then it needs [Ctrl-S] twice to get them back to grey. I believe that the actual "save" is effective after the first [Ctrl-S] because I can already execute the query with [F9]. Nevertheless, it takes a second [Ctrl-S] before the green and red highlighting disappears. Hope this helps. |
I assume you've changed the default Ctrl+Return hotkey to Ctrl+S. This way it behaves as you described, because Ctrl+S is now assigned to 2 different actions - 1 is to commit data changes, 2 is to save SQL query to a file. Qt will trigger these 2 actions alternately for each hotkey hit. |
SELECT
to actual columns using a shortcut, or with Code Assistant when triggered on the asterisk.The text was updated successfully, but these errors were encountered: