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

Fix some ORM model generator issues. #563

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Fix some ORM model generator issues. #563

merged 1 commit into from
Dec 23, 2024

Conversation

vpetrovykh
Copy link
Member

Instead of hard errors issue warnings and attempt to skip over features that cannot be implemented. A partial working set of models is better than none and sometimes is what is needed.

Stop allowing multi properties in reflected models, they fundamentally lack an identity and don't mesh with the Object models.

Instead of hard errors issue warnings and attempt to skip over features
that cannot be implemented. A partial working set of models is better
than none and sometimes is what is needed.

Stop allowing multi properties in reflected models, they fundamentally
lack an identity and don't mesh with the Object models.
@vpetrovykh vpetrovykh requested a review from msullivan December 17, 2024 00:00
@vpetrovykh vpetrovykh merged commit 2c4ec14 into master Dec 23, 2024
62 checks passed
@vpetrovykh vpetrovykh deleted the gel-ormsfix branch December 23, 2024 02:48
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