bart-schaefer

Results 24 comments of bart-schaefer

Ubuntu 20.04, installed on an iMac and using a Logitech mouse. If I don't change the focus, the scroll wheel just scrolls the editor pane up and down. Which I...

Also, the scroll wheel doesn't always work. Seems to fail if I have multiple different connections open? But I'm not sure exactly when it goes wrong.

Possibly related, #832 includes the request > Execute query with right click context menu in query editor

This sounds suspiciously like #848 -- which has been fixed. Which version of antares do you have?

I'd prefer that the default sort be "none", that is, initially show the data in the order the database returns it. (I suspect that's already the case.) However, when clicking...

For MySQL backend, it works to put 2 separate lines in the query editor: ``` set @id1 = 12345; select * from table1 where idcolumn = @id1; ``` Have you...

Sorry for the long delay, have been traveling. I was able to reproduce this on MySQL Community Edition 5.7.42 as well. The tables are defined as ``` CREATE TABLE `contact`...

> when you drag connection or folder up and down to reorder them, the other folders and connection to not move to make space, They appear to move to make...

This could also be an alternate solution for #381

As a note, this only happens when toggling the filters on and off with the checkboxes. Adding or removing a filter with the (-)/(+) buttons does not recompute until clicking...