bart-schaefer

Results 19 issues of bart-schaefer

I'd prefer that the Edit control for Notes provides at least as much space as the old Scratchpad. Even better, I'd like to be able to set the dimensions (within...

enhancement πŸš€

Lengthy text from the old Scratchpad is not handled well when loading into the new Notes interface. Related, long text pasted into a new note covers up the open/close control...

bug πŸͺ²

Occasionally I want to go back and review SQL statements previously executed against a given database. However, I don't intend to actually execute those or any other new queries. It...

enhancement πŸš€

When selecting all query results and using the right-button "Copy" menu, column labels are included in every format except "Rows (Table)" It would be helpful for pasting the results into...

enhancement πŸš€

The Insert Rows button should probably be removed from the UI when the DB connection is read-only.

enhancement πŸš€
good first issue

Using the schemas/tables navigation on the left side, then filters in the table tab, I was filtering for rows with a particular date range using two filters (`>=` and `

Viewing table rows where one of the columns is a BLOB type does not provide useful information. I always instead end up having to use a query tab and `SELECT...

enhancement πŸš€

Columns in some of our tables contain formatted text. It's difficult to work with this when displayed in a horizontal grid row. It is also sometimes useful to view SHOW...

enhancement πŸš€
MySQL/MariaDB🐬

This works: `/* SCRATCHPAD */` This produces a syntax error even though the comment is correctly highlighted in the editor: `/* SCRATCHPAD; */` **Expected behavior** Both should be treated as...

bug πŸͺ²

Ran a query that required several minutes to complete. 10 rows, 5 columns in result. Chose "Export as CSV". Got popup "blob:.. is ready" (as usual). Clicked popup; file-selection dialog...

bug πŸͺ²
Linux 🐧