Add more doc
This commit is contained in:
parent
ce32967a95
commit
b09aed3ff1
@ -243,6 +243,7 @@ where
|
|||||||
exec.await
|
exec.await
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Delete an active model by its primary key
|
||||||
pub async fn delete_active_model<A, E>(
|
pub async fn delete_active_model<A, E>(
|
||||||
mut am: A,
|
mut am: A,
|
||||||
db: &DatabaseConnection,
|
db: &DatabaseConnection,
|
||||||
|
@ -66,6 +66,7 @@ macro_rules! bind_vec_func {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// LINT: when the operand value does not match column type
|
// LINT: when the operand value does not match column type
|
||||||
|
/// Wrapper of the identically named method in [`sea_query::Expr`]
|
||||||
pub trait ColumnTrait: IdenStatic + Iterable {
|
pub trait ColumnTrait: IdenStatic + Iterable {
|
||||||
type EntityName: EntityName;
|
type EntityName: EntityName;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user