You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid manually exec the insert ActiveModel. In below, we cannot simply save it because this is a junction table and the composite primary key should be set during insert.
To avoid manually
exec
the insertActiveModel
. In below, we cannot simplysave
it because this is a junction table and the composite primary key should be set during insert.sea-orm/tests/relational_tests.rs
Lines 562 to 569 in bfaa7d4
Perhaps
impl
it heresea-orm/sea-orm-macros/src/derives/active_model.rs
Lines 39 to 47 in 8cfa142
The text was updated successfully, but these errors were encountered: