You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^ the trait `diesel::Expression` is not implemented for `f64`
88
88
|
89
89
::: $DIESEL/src/pg/expression/array.rs
@@ -97,7 +97,7 @@ error[E0277]: the trait bound `f64: diesel::Expression` is not satisfied
97
97
error[E0277]: the trait bound `SelectStatement<()>: SelectDsl<diesel::pg::expression::array::ArrayLiteral<(f64, f64), diesel::sql_types::Integer>>` is not satisfied
| ^^^^^^ the trait `SelectDsl<diesel::pg::expression::array::ArrayLiteral<(f64, f64), diesel::sql_types::Integer>>` is not implemented for `SelectStatement<()>`
| ^^^^^^^^^^ the trait `SelectableExpression<()>` is not implemented for `f64`
38
38
|
39
39
= note: required because of the requirements on the impl of `SelectableExpression<()>` for `(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>, f64)`
@@ -46,7 +46,7 @@ error[E0277]: the trait bound `f64: SelectableExpression<()>` is not satisfied
46
46
error[E0277]: the trait bound `f64: ValidGrouping<()>` is not satisfied
| ^^^^^^^^^^ the trait `ValidGrouping<()>` is not implemented for `f64`
51
51
|
52
52
= note: required because of the requirements on the impl of `ValidGrouping<()>` for `(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>, f64)`
@@ -58,7 +58,7 @@ error[E0277]: the trait bound `f64: ValidGrouping<()>` is not satisfied
58
58
error[E0277]: the trait bound `f64: QueryId` is not satisfied
| ^^^^^^^^^^ the trait `QueryFragment<_>` is not implemented for `f64`
74
74
|
75
75
= note: required because of the requirements on the impl of `QueryFragment<_>` for `(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>, f64)`
@@ -83,7 +83,7 @@ error[E0277]: the trait bound `f64: QueryFragment<_>` is not satisfied
83
83
error[E0277]: the trait bound `f64: diesel::Expression` is not satisfied
| ^^^^^ the trait `diesel::Expression` is not implemented for `{integer}`
220
220
|
221
221
::: $DIESEL/src/pg/expression/array.rs
@@ -235,7 +235,7 @@ error[E0277]: the trait bound `{integer}: diesel::Expression` is not satisfied
235
235
error[E0277]: the trait bound `SelectStatement<()>: SelectDsl<diesel::pg::expression::array::ArrayLiteral<(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>, f64), diesel::sql_types::Integer>>` is not satisfied
| ^^^^^^ the trait `SelectDsl<diesel::pg::expression::array::ArrayLiteral<(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>, f64), diesel::sql_types::Integer>>` is not implemented for `SelectStatement<()>`
240
240
|
241
241
= help: the following implementations were found:
@@ -244,7 +244,7 @@ error[E0277]: the trait bound `SelectStatement<()>: SelectDsl<diesel::pg::expres
244
244
error[E0277]: the trait bound `SelectStatement<()>: SelectDsl<diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>>` is not satisfied
| ^^^^^^ the trait `SelectDsl<diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>>` is not implemented for `SelectStatement<()>`
| ^^^^^^^^^^ expected struct `Sqlite`, found struct `Pg`
6
6
|
7
7
= note: required because of the requirements on the impl of `LoadQuery<diesel::SqliteConnection, Vec<i32>>` for `SelectStatement<(), diesel::query_builder::select_clause::SelectClause<diesel::pg::expression::array::ArrayLiteral<(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>,), diesel::sql_types::Integer>>>`
8
8
9
9
error[E0277]: the trait bound `Sqlite: HasSqlType<Array<diesel::sql_types::Integer>>` is not satisfied
| ^^^^^^^^^^ expected struct `Mysql`, found struct `Pg`
29
29
|
30
30
= note: required because of the requirements on the impl of `LoadQuery<diesel::MysqlConnection, Vec<i32>>` for `SelectStatement<(), diesel::query_builder::select_clause::SelectClause<diesel::pg::expression::array::ArrayLiteral<(diesel::expression::bound::Bound<diesel::sql_types::Integer, i32>,), diesel::sql_types::Integer>>>`
31
31
32
32
error[E0277]: the trait bound `Mysql: HasSqlType<Array<diesel::sql_types::Integer>>` is not satisfied
0 commit comments