Skip to content

Commit

Permalink
Updated ordering fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
liamw1 committed Aug 17, 2024
1 parent 0900f21 commit 5bc2e27
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ error[E0277]: expressions of the type `diesel::sql_types::Bool` cannot be ordere
= help: the following other types implement trait `SqlOrd`:
Array<T>
BigInt
Citext
Datetime
Interval
Nullable<T>
Unsigned<BigInt>
Unsigned<diesel::sql_types::Integer>
Unsigned<diesel::sql_types::SmallInt>
and $N others
= note: required for `diesel::sql_types::Bool` to implement `diesel::expression::functions::aggregate_ordering::private::SqlOrdAggregate`
= note: required for `diesel::expression::functions::aggregate_ordering::max_utils::max<diesel::sql_types::Bool, columns::b>` to implement `diesel::Expression`
Expand Down Expand Up @@ -53,13 +53,13 @@ error[E0277]: expressions of the type `diesel::sql_types::Bool` cannot be ordere
= help: the following other types implement trait `SqlOrd`:
Array<T>
BigInt
Citext
Datetime
Interval
Nullable<T>
Unsigned<BigInt>
Unsigned<diesel::sql_types::Integer>
Unsigned<diesel::sql_types::SmallInt>
and $N others
= note: required for `diesel::sql_types::Bool` to implement `diesel::expression::functions::aggregate_ordering::private::SqlOrdAggregate`
= note: required for `diesel::expression::functions::aggregate_ordering::min_utils::min<diesel::sql_types::Bool, columns::b>` to implement `diesel::Expression`
= note: required for `stuff::table` to implement `SelectDsl<diesel::expression::functions::aggregate_ordering::min_utils::min<diesel::sql_types::Bool, columns::b>>`
= note: required for `stuff::table` to implement `SelectDsl<diesel::expression::functions::aggregate_ordering::min_utils::min<diesel::sql_types::Bool, columns::b>>`

0 comments on commit 5bc2e27

Please sign in to comment.