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

When querying the fields for a table, the schema is missing #377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhdev90
Copy link

@mhdev90 mhdev90 commented May 3, 2024

We have more than one schema in a PGSQL database. This causes problems if tables with the same name exist in different schemas that have different fields.
The problem is that the schema is not used when determining the fields.
I have now added the schema to the WHERE clause. Unfortunately, I can only test it with PGSQL at the moment.

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 this pull request may close these issues.

1 participant