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
The current compileColumnExists does not check the schema name for the table, giving a wrong result in cases you have two tables with the same name on different schemas and with different columns.
Steps To Reproduce:
Create tables with same name and different columns, the first one found on the information_schema with that column will always get you a true result, even when it's not.
The text was updated successfully, but these errors were encountered:
Description:
The current compileColumnExists does not check the schema name for the table, giving a wrong result in cases you have two tables with the same name on different schemas and with different columns.
Steps To Reproduce:
Create tables with same name and different columns, the first one found on the information_schema with that column will always get you a true result, even when it's not.
The text was updated successfully, but these errors were encountered: