Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering stops working #671

Closed
D-nov opened this issue Sep 18, 2023 · 2 comments
Closed

Filtering stops working #671

D-nov opened this issue Sep 18, 2023 · 2 comments
Assignees
Labels
bug 🪲 Something isn't working

Comments

@D-nov
Copy link

D-nov commented Sep 18, 2023

Describe the bug

  1. Open a table
  2. Open filters in that table
  3. Filter with wrong data
    • e.g. id = "pandas" when id is int column

** Actual result **
The whole table view is unusable untill you remove all filters and filter again or reopen the table.

Expected behavior
To show error message and be able to just edit the filter instead of starting all over again.

Application (please complete the following information):

  • App client [MySQL]
  • Installation source: [dmg]

Environment (please complete the following information):

  • OS name: [e.g. Ubuntu]
  • DB name [e.g. MariaDB]

Additional context
Very annoying bug :(

@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Sep 18, 2023
@Fabio286 Fabio286 added this to TO FIX Sep 18, 2023
@github-project-automation github-project-automation bot moved this to Needs triage in TO FIX Sep 18, 2023
@Fabio286 Fabio286 moved this from Needs triage to Low priority in TO FIX Sep 18, 2023
@Fabio286 Fabio286 moved this from Low priority to Closed in TO FIX Sep 20, 2023
@Fabio286 Fabio286 closed this as completed Oct 1, 2023
@D-nov
Copy link
Author

D-nov commented Oct 9, 2023

Cool @Fabio286 , but it's not only with int column...

When using IN filter with comma separated values you get the same result.

IN (10,20,30) = broken table view
IN (''panda", "koala") = broken table view

Those are the ones i remember of.

@Fabio286
Copy link
Member

Fabio286 commented Oct 9, 2023

Tracked in #687

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
No open projects
Status: Closed
Development

No branches or pull requests

2 participants