postgresql-migration icon indicating copy to clipboard operation
postgresql-migration copied to clipboard

`existsTable` returns unexpected result

Open ptkato opened this issue 1 year ago • 0 comments

existsTable conn "myTable" only works properly if you have a single myTable across all schemas. If you try to check for myTable in the default schema while having a myTable in any other schema, it will reverse the result of the function.

ptkato avatar Jan 04 '24 20:01 ptkato