-
Notifications
You must be signed in to change notification settings - Fork 3k
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
information_schema should be handled by the engine fully #1559
Comments
Today E.g. It is explicitly filtered out here: Of course, this is error-prone, I witnessed that when working on #1218. |
@martint or, is our intention to let connector provide additional tables within |
@findepi |
Using example from #900 we see that eg SQLServer's
information_schema
leaks outSELECT
(correctly) returns from internalinformation_schema.columns
... but
DESCRIBE
shows columns from SQLServer'sinformation_schema.columns
The text was updated successfully, but these errors were encountered: