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
{{ message }}
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
We have an issue when introspecting the schema using sqlAlchemy (reflection sometimes uses case sensitive or insensitive). Until now we chose to handle everything as lowercase but this makes the code ugly (see database_explorer.py for instance)
Description
We have an issue when introspecting the schema using sqlAlchemy (reflection sometimes uses case sensitive or insensitive). Until now we chose to handle everything as lowercase but this makes the code ugly (see database_explorer.py for instance)
See this discussion: https://arkhn.slack.com/archives/G01B1NZC7JQ/p1634036258002900
Additional context
related doc:
https://docs.sqlalchemy.org/en/14/dialects/oracle.html#identifier-casing
https://docs.sqlalchemy.org/en/14/core/metadata.html?highlight=table%20name#sqlalchemy.schema.Table
The text was updated successfully, but these errors were encountered: