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

QueryClientContract getAllTables and getAllViews methods handle incompletely PostgreSQL schemas #1064

Open
nadlgit opened this issue Nov 9, 2024 · 0 comments · May be fixed by #1065
Open

Comments

@nadlgit
Copy link

nadlgit commented Nov 9, 2024

Package version

21.2.0

Describe the bug

For PostgreSQL, getAllTables and getAllViews methods only return table and view names without schema. It causes drop and truncate to fail when using multiples schemas.
I made a fix for that and am about to open a PR for it.

Reproduction repo

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant