Skip to content

Commit e602dfe

Browse files
committed
Fix typo
1 parent 66146da commit e602dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_cli/src/infer_schema_internals/information_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use super::inference;
2020
use super::table_data::TableName;
2121

2222
pub trait UsesInformationSchema: Backend {
23-
type TypeColumn: SelectableExpression<self::information_schema::columns::table, SqlType = sqnl_types::Text>
23+
type TypeColumn: SelectableExpression<self::information_schema::columns::table, SqlType = sql_types::Text>
2424
+ ValidGrouping<(), IsAggregate = is_aggregate::No>
2525
+ QueryId
2626
+ QueryFragment<Self>;

0 commit comments

Comments
 (0)