runsqlrun icon indicating copy to clipboard operation
runsqlrun copied to clipboard

Database query tool for GTK.

Results 11 runsqlrun issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

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 *...

enhancement

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.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

bug