Edit
This commit is contained in:
parent
1984a70cc4
commit
1609e4c743
@ -549,7 +549,7 @@ pub trait ActiveModelTrait: Clone + Debug {
|
|||||||
Ok(am)
|
Ok(am)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns `true` if any columns were changed.
|
/// Return `true` if any field of `ActiveModel` is `Set`
|
||||||
fn is_changed(&self) -> bool {
|
fn is_changed(&self) -> bool {
|
||||||
<Self::Entity as EntityTrait>::Column::iter()
|
<Self::Entity as EntityTrait>::Column::iter()
|
||||||
.any(|col| self.get(col).is_set() && !self.get(col).is_unchanged())
|
.any(|col| self.get(col).is_set() && !self.get(col).is_unchanged())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user