fatfree-core icon indicating copy to clipboard operation
fatfree-core copied to clipboard

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

Open mhdev90 opened this issue 3 months ago • 0 comments

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.

mhdev90 avatar May 03 '24 12:05 mhdev90