-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
InsertResult
to return the primary key's type
#117
Conversation
If this passes all tests, I will start re-think about all these trait bounds sea-orm/src/entity/primary_key.rs Lines 10 to 18 in 4e5a8d2
|
86cc9f5
to
4e5a8d2
Compare
Why I got this error again? |
cd31f3d
to
333f199
Compare
Okay, it was solved on 4d0c5f0 |
20580c3
to
8ce4b0a
Compare
We need a trait |
How would TryFromU64 work with something like UUID? I don't think postgres returns UUID as an integer does it? |
I think the Postgres side will fairly ignore that. We were only trying to fix the MySQL side. |
2d2fff7
to
6847dab
Compare
Wow the commit hash starts with 0e0ee0e lolll |
I'm curious why the trait |
I think what we have here is not an usual logic of |
Initial lock support
Resolve #103
Special thanks to @acidic9 for providing inspiration on PR #112