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

Filter doesn't work for columns other than CHARACTER VARYING with postgresql database #74

Closed
arielaa86 opened this issue Oct 4, 2024 · 2 comments
Labels
bug Something isn't working unconfirmed

Comments

@arielaa86
Copy link

Extension Version

v1.14.3

OS and Version

macOS Sequoia v15.0

VS Code Version

1.93.1

Database name and Version

PostgreSQL 17

Steps to reproduce

1 - Install extension
2 - create .devdbrc file in project root directory
3 - addconfig for postgresql: [
{
"name": ,
"type": "postgres",
"host": ,
"port": "",
"username":,
"password": ,
"database": <database_name>
}
]
4 - in DevDB UI try to filter any column other than one with type CHARACTER VARYING

Expected behavior

I expect to get rows filtered

Screenshots

Capture d’écran 2024-10-04 à 14 17 33

Additional context

No response

@damms005
Copy link
Owner

damms005 commented Oct 5, 2024

Thanks for reporting this @arielaa86

Fixed in the latest version v1.14.6

Please updrade to >= v1.14.6

@ariel-avila
Copy link

You are welcome!
Sadly, the issue persists. Columns UUID and INT doesn't filter properly.

Screenshot 2024-10-05 at 8 59 07 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed
Projects
None yet
Development

No branches or pull requests

3 participants