|
26 | 26 | T::FromClause: QueryFragment<Pg>,
|
27 | 27 | L: LoadingHandler<Pg, Ctx, Table = T> + 'static,
|
28 | 28 | L::Columns: BuildOrder<T, Pg>
|
29 |
| - + BuildSelect< |
30 |
| - T, |
31 |
| - Pg, |
32 |
| - SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>, |
33 |
| - >, |
| 29 | + + BuildSelect<T, Pg, SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>>, |
34 | 30 | Ctx: WundergraphContext + QueryModifier<L, Pg>,
|
35 | 31 | Ctx::Connection: Connection<Backend = Pg>,
|
36 | 32 | L::FieldList: WundergraphFieldList<Pg, L::PrimaryKeyIndex, T, Ctx>,
|
|
42 | 38 | Pg,
|
43 | 39 | Output = BoxedSelectStatement<'static, SqlTypeOf<<T as Table>::AllColumns>, T, Pg>,
|
44 | 40 | >,
|
45 |
| - <Ctx::Connection as Connection>::Backend: |
46 |
| - HasSqlType<SqlTypeOf<T::PrimaryKey>> |
47 |
| - + HasSqlType<SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>>, |
| 41 | + <Ctx::Connection as Connection>::Backend: HasSqlType<SqlTypeOf<T::PrimaryKey>> |
| 42 | + + HasSqlType<SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>>, |
48 | 43 | <L::Filter as BuildFilter<Pg>>::Ret: AppearsOnTable<T>,
|
49 | 44 | T::PrimaryKey: EqAll<Id>,
|
50 | 45 | &'static L: Identifiable,
|
|
84 | 79 | T::FromClause: QueryFragment<Pg>,
|
85 | 80 | L: LoadingHandler<Pg, Ctx, Table = T> + 'static,
|
86 | 81 | L::Columns: BuildOrder<T, Pg>
|
87 |
| - + BuildSelect< |
88 |
| - T, |
89 |
| - Pg, |
90 |
| - SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>, |
91 |
| - >, |
| 82 | + + BuildSelect<T, Pg, SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>>, |
92 | 83 | Ctx: WundergraphContext + QueryModifier<L, Pg>,
|
93 | 84 | Ctx::Connection: Connection<Backend = Pg>,
|
94 | 85 | L::FieldList: WundergraphFieldList<Pg, L::PrimaryKeyIndex, T, Ctx>,
|
|
100 | 91 | Pg,
|
101 | 92 | Output = BoxedSelectStatement<'static, SqlTypeOf<<T as Table>::AllColumns>, T, Pg>,
|
102 | 93 | >,
|
103 |
| - <Ctx::Connection as Connection>::Backend: |
104 |
| - HasSqlType<SqlTypeOf<T::PrimaryKey>> |
105 |
| - + HasSqlType<SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>>, |
| 94 | + <Ctx::Connection as Connection>::Backend: HasSqlType<SqlTypeOf<T::PrimaryKey>> |
| 95 | + + HasSqlType<SqlTypeOfPlaceholder<L::FieldList, Pg, L::PrimaryKeyIndex, T, Ctx>>, |
106 | 96 | <L::Filter as BuildFilter<Pg>>::Ret: AppearsOnTable<T>,
|
107 | 97 | T::PrimaryKey: EqAll<Id>,
|
108 | 98 | &'static L: Identifiable,
|
|
0 commit comments