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 TIMESTAMP with postgresql database #77

Closed
ariel-avila opened this issue Oct 7, 2024 · 0 comments
Closed
Labels
bug Something isn't working low priority unconfirmed

Comments

@ariel-avila
Copy link

Extension Version

v1.14.15

OS and Version

macOS 15

VS Code Version

1.94.0

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": "..."
}
]
4 - in DevDB UI try to filter any column TIMESTAMP with timezone or not

Expected behavior

I expect to get rows filtered

Screenshots

Screenshot 2024-10-07 at 3 38 57 PM

Additional context

No response

@ariel-avila ariel-avila added bug Something isn't working low priority unconfirmed labels Oct 7, 2024
damms005 added a commit that referenced this issue Oct 14, 2024
Closes #77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority unconfirmed
Projects
None yet
Development

No branches or pull requests

1 participant