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

the default filter option for UUID columns should not be contains #765

Closed
qwesda opened this issue May 20, 2021 · 2 comments
Closed

the default filter option for UUID columns should not be contains #765

qwesda opened this issue May 20, 2021 · 2 comments
Labels

Comments

@qwesda
Copy link

qwesda commented May 20, 2021

What did you do?

-in the table view: right click on the column header of a uuid column and select filter

What did you expect to happen?

  • the filter bar being refilled with the column and the filter type =

What actually happened?

  • the filter type is set to contains and = is not even selectable
  • you can only select is exactly which casts the column to text and thus ignores indices for the column (unless the index also casts the uuid to text)

What software versions are you using?

Postico version:

  • tested on Version 1.5.17 (8121) and Version 2.0beta (8062)
@martinjankoehler
Copy link
Collaborator

Thanks for your report, @qwesda !
(default filter option for UUID columns should not be contains)

This issue is now fixed in the latest 2.0 beta and today's release 1.5.18 (download).

Closing this one now, please feel free to open a new one should any issues occur.

@qwesda
Copy link
Author

qwesda commented Jun 10, 2021

thank you very much, it's working correctly in the new build!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants