vscode-sqltools: Schemas are not supported (postgresql)
This is a guideline to help us to understand SQLTools Issues.
You don’t need to stick to this, but please try to guide us to reproduce the errors or understand your feature requests.
Issue Type
- Feature Request
- [x ] Bugfix/Errors
- Questions
- Other
Prerequisites (For bugfixes)
- [x ] Are you running the latest version?
- Did you check the logs?
- Did you check the Setup?
Description
[Description of the bug or feature] I have a database where all tables belons to different schemas. This extension lists all tables as if they are in database (root schema)
Steps to Reproduce (For bugfixes)
- [First Step]
- [Second Step]
- [and so on…]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Versions
- Version: vX.Y.Z
- OS: …
- SGDB: MySQL, PostgresSQL…
You can get this information from executing SQLTools: Version from VSCode Quick Open.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 2
- Comments: 17 (14 by maintainers)
@jpincas, sorry you had to uninstall. But I sure you will be happy if you give it another chance once this PR is got packaged, next version will support multiple schemas and databases, the same way DataGrip, Dbeaver and some other tools handle it.
@ransagy I’ld love too. I started to work hard on intellisense and I felt I should complete this task first. It’s a first step, but I’ll roll it out this first, then intellisense.
@mickeypearce actually I just completed this hierarchical feature, I assigned you as a reviewer for the PR, also I wrote some comments we need you to complete to fix this for Oracle.
If everything goes well, I’m releasing it today/tomorrow.
Thanks guys!