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

Update gel-orm generators. #574

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Update gel-orm generators. #574

merged 1 commit into from
Feb 3, 2025

Conversation

vpetrovykh
Copy link
Member

Make generated models sorted by name so that the output is stable and does not change when the schema does not change.
Expose arrays as valid scalars for SQLAlchemy and Django.
Don't attempt to reflect computeds because we don't have then in SQL.
Reformat to avoid long lines.

Make generated models sorted by name so that the output is stable and
does not change when the schema does not change.
Expose arrays as valid scalars for SQLAlchemy and Django.
Don't attempt to reflect computeds because we don't have then in SQL.
Reformat to avoid long lines.
@vpetrovykh vpetrovykh requested a review from a team January 31, 2025 11:42
@vpetrovykh vpetrovykh merged commit c4020ef into master Feb 3, 2025
62 checks passed
@vpetrovykh vpetrovykh deleted the update branch February 3, 2025 12: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.

2 participants