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

chore: Move ID generation logic out of the ORM layer and into the Pydantic model layer #1981

Merged
merged 12 commits into from
Nov 6, 2024

Conversation

mattzh72
Copy link
Collaborator

@mattzh72 mattzh72 commented Nov 5, 2024

Description:

Move ID generation logic out of the ORM layer and into the Pydantic model layer. This is done so people can generate free-floating Pydantic objects with IDs without needing to persist anything to the ORM.

Testing:

Rely on existing tests as this is a refactor.

@mattzh72 mattzh72 requested a review from 4shub November 6, 2024 01:03
@mattzh72 mattzh72 merged commit 46753b7 into main Nov 6, 2024
19 checks passed
@sarahwooders sarahwooders deleted the matt-reset-id-orm branch January 29, 2025 17:26
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