We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66146da commit e602dfeCopy full SHA for e602dfe
1 file changed
diesel_cli/src/infer_schema_internals/information_schema.rs
@@ -20,7 +20,7 @@ use super::inference;
20
use super::table_data::TableName;
21
22
pub trait UsesInformationSchema: Backend {
23
- type TypeColumn: SelectableExpression<self::information_schema::columns::table, SqlType = sqnl_types::Text>
+ type TypeColumn: SelectableExpression<self::information_schema::columns::table, SqlType = sql_types::Text>
24
+ ValidGrouping<(), IsAggregate = is_aggregate::No>
25
+ QueryId
26
+ QueryFragment<Self>;
0 commit comments