Changelog

This commit is contained in:
Chris Tsang 2024-04-19 18:45:15 +01:00
parent 8ab51c7e9e
commit 70be029e3b

View File

@ -49,6 +49,8 @@ struct EntityNameNotAIdent {
```
* Added `RelationDef::from_alias()` https://github.com/SeaQL/sea-orm/pull/2146
```rust
let cf = Alias::new("cf");
assert_eq!(
cake::Entity::find()
.join_as(