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
*[sea-orm-cli] Added `--big-integer-type=i32` to use i32 for bigint (for SQLite)
466
+
*[sea-orm-cli] Fix codegen to not generate relations to filtered entities https://github.com/SeaQL/sea-orm/pull/2913
466
467
* Added `Model::try_set`
467
468
* Added new error variant `BackendNotSupported`. Previously, it panics with e.g. "Database backend doesn't support RETURNING" https://github.com/SeaQL/sea-orm/pull/2630
468
469
```rust
@@ -610,6 +611,45 @@ impl std::str::FromStr for Tag3 {
610
611
}
611
612
}
612
613
```
614
+
* Fix `DeriveIntoActiveModel` on `Option<T>` fields https://github.com/SeaQL/sea-orm/pull/2926
0 commit comments