Skip to content

Commit f5b882c

Browse files
committed
Add typed column for TextUuid
1 parent 4496348 commit f5b882c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/entity/column/types/with_uuid.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@ impl<E: EntityTrait> TextUuidColumn<E> {
6565
bind_vec_func!(pub is_in, is_in, type TextUuid);
6666
bind_vec_func!(pub is_not_in, is_not_in, type TextUuid);
6767

68-
/// `= ANY(..)` operator. Postgres only.
69-
#[cfg(feature = "postgres-array")]
70-
pub fn eq_any<V, I>(&self, v: I) -> Expr
71-
where
72-
V: Into<Value> + Into<TextUuid> + sea_query::ValueType + sea_query::with_array::NotU8,
73-
I: IntoIterator<Item = V>,
74-
{
75-
self.0.eq_any(v)
76-
}
77-
7868
bind_subquery_func!(pub in_subquery);
7969
bind_subquery_func!(pub not_in_subquery);
8070
}

0 commit comments

Comments
 (0)