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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: