Skip to content

Commit

Permalink
or method too
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Vella committed Nov 15, 2024
1 parent e797dd8 commit ae1583b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel/src/expression_methods/bool_expression_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pub trait BoolExpressionMethods: Expression + Sized {
Self::SqlType: SqlType,
ST: SqlType + TypedExpressionType,
T: AsExpression<ST>,
<T::Expression as Expression>::SqlType: BoolOrNullableBool,
Or<Self, T::Expression>: Expression,
{
Grouped(Or::new(self, other.as_expression()))
Expand Down

0 comments on commit ae1583b

Please sign in to comment.