This commit is contained in:
Billy Chan 2024-07-17 10:46:23 +08:00
parent b14c143110
commit 825cb14e39
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279

View File

@ -735,8 +735,8 @@ pub trait QueryFilter: Sized {
/// Like above, but using the `ANY` operator. Postgres only.
///
/// ```
/// use sea_orm::sea_query::{extension::postgres::PgFunc, Expr};
/// use sea_orm::{entity::*, query::*, tests_cfg::cake, DbBackend};
/// use sea_orm::sea_query::{Expr, extension::postgres::PgFunc};
///
/// assert_eq!(
/// cake::Entity::find()