-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Replace derive API with functional API #114
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Format code
* Add PageInfo * Add PaginationInfo * Add Cursor * Add Connection * Add Edge * Scaffold pagination query
* remove old.rs * update main cargo.toml
Closed
* Add support for nullable
* Add unsupported filters
* Fix entity decimal * Fix order casing
This was referenced Mar 30, 2023
Closed
Closed
Closed
Closed
@tyt2y3 @billy1624, its ready to review I noticed some great points we can improve SeaORM to make it even more dynamic |
tyt2y3
approved these changes
Mar 31, 2023
As discussed, let's merge this, but not release it yet. We will see how we can cleanup |
This was referenced Apr 2, 2023
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Info
Maintaining the derive API is not very convenient. With this update we replace the derive API with a functional API.
New Features
Improvements
Breaking Changes
Closes
has_one
relation #90 has_one relations are supportedfunctional-work
branch #120 Fixed, thanks @campbellcoleQueryRoot
derive attributeobject_config
takes anyTokenStream
#126 Can be solved through guards, but other things like input validators and caching should be implemented toofunctional-work
branch #120 Fixed, thanks @campbellcole