We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.14.15
macOS 15
1.94.0
postgresql 17
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
I expect to get rows filtered
No response
The text was updated successfully, but these errors were encountered:
93a2c14
1.14.17
6ccef54
Closes #77
No branches or pull requests
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
Additional context
No response
The text was updated successfully, but these errors were encountered: