-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
ValueTuple::Many
#564
ValueTuple::Many
#564
Conversation
NB: dbg!(std::mem::size_of::<Vec<i64>>());
dbg!(std::mem::size_of::<(&i64, &i64, &i64)>());
|
Work as expected :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@billy1624 hello! Well, It makes sense... LGTM!
🎉 Released In 0.29.0 🎉Your participation is what makes us unique; your adoption is what drives us forward. |
🎉 Released In 0.29.1 🎉Thank you everyone for the contribution! |
Sorry for the spam lol |
PR Info
Closes large composite key table sea-orm#1294
Dependents:
Identity::Many
sea-orm#1326New Features
ValueTuple::Many
for tuple with length up to 12Breaking Changes
ValueTuple::Many
is being added to replace all variants afterValueTuple::Three