Return column comments in SQLAlchemy get_columns#618
Conversation
531203f to
2e53a8e
Compare
Include the hidden information_schema.columns.comment column in the dialect's _get_columns query so that SQLAlchemy's Inspector.get_columns() exposes column comments via the ReflectedColumn comment field.
2e53a8e to
7dbddd0
Compare
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe SQLAlchemy dialect’s column metadata query now retrieves the Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes found. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Include the hidden information_schema.columns.comment column in the dialect's _get_columns query so that SQLAlchemy's Inspector.get_columns() exposes column comments via the ReflectedColumn comment field.
Non-technical explanation
Fixes #581
Release notes
( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(x) Release notes are required, with the following suggested text: