antares icon indicating copy to clipboard operation
antares copied to clipboard

Filter on one table "leaks" into query on another

Open bart-schaefer opened this issue 10 months ago • 0 comments

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 <= because BETWEEN syntax didn't find anything). I then returned to the left navigation and selected another table. Got a SQL error that the date column from the previous filter on the first table was not found in the second table.

I was not able to reproduce this. Switching to a third table and then back to the second both worked without error.

Expected behavior Filter should be cleared when changing tables.

Application:

App client: Antares
App version: 0.7.17
Installation source: Ubuntu Software

Environment:

OS name: Ubuntu
OS version: 20.04.6
DB name: MySQL
DB version Community 5.7.42

bart-schaefer avatar Oct 17 '23 18:10 bart-schaefer