runsqlrun
runsqlrun copied to clipboard
Database query tool for GTK.
Two core configurations I would love to see implemented (even if just in a config file). - Allow changing the font and size. - Allow changing keyboard shortcuts. BTW: I...
When exporting data as CSV the "Save as" dialog should default to the last used directory. This is usefull when saving more than one CSV file.
It would be really nice to have a side bar with the databases which drop down to show the tables. Double clicking a table name should do a SELECT *...
See https://developer.gnome.org/gtk3/stable/ShortcutsOverview.html
Selection a cell in result list an pressing Ctrl+C doesn't have any effect. It should copy the cell into the clipboard.
When an statement causes an error, the error should be highlighted in the editor, if the database backend provides enough information to find the error in the editor. The cursor...
ATM there's no way to handle transactions or see the transaction state in the UI. The UI should - allow to start/commit/abort transactions - show changes of transaction states caused...
After performing DELETE queries on my SQLite3 DB, I noticed it took affect in the RSR view, but not in the actual database. I thought maybe everything is in a...
When a query results contains LOBs and the number of results exceeds the visible area (so that the result view has scrollbars) an error is logged on console: ``` Traceback...