Skip to content
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

Enable reflecting of ext types. #585

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Enable reflecting of ext types. #585

merged 1 commit into from
Feb 28, 2025

Conversation

vpetrovykh
Copy link
Member

Reflect any types appearing in the extensions.

We still hide built-in modules like cfg, sys, and schema from reflection to ORM. This also means types derived from these or links to them.

@vpetrovykh vpetrovykh requested review from 1st1 and beerose February 26, 2025 08:55
@scotttrinh
Copy link

We still hide built-in modules like cfg, sys, and schema from reflection to ORM. This also means types derived from these or links to them.

Does that mean someone wouldn't be able to do a query like this from SQLAlchemy?

select std::net::http::ScheduledRequest { ** };

Reflect any types appearing in the extensions.

We still hide built-in modules like `cfg`, `sys`, and `schema` from
reflection to ORM. This also means types derived from these or links to
them.

Also clean up generated imports.
@vpetrovykh vpetrovykh closed this Feb 28, 2025
@vpetrovykh vpetrovykh reopened this Feb 28, 2025
@vpetrovykh vpetrovykh merged commit 80a6b52 into master Feb 28, 2025
123 checks passed
@vpetrovykh vpetrovykh deleted the sqla-ext branch February 28, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants