You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Additional context
No response
The text was updated successfully, but these errors were encountered:
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
Additional context
No response
The text was updated successfully, but these errors were encountered: