Skip to content

Commit 6bae1ec

Browse files
committed
remove column sorting
1 parent c875f67 commit 6bae1ec

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

diesel_cli/src/infer_schema_internals/inference.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ pub fn rust_name_for_sql_name(sql_name: &str) -> String {
5656
sql_name.to_string()
5757
}
5858
}
59-
/// How to sort columns when querying the table schema.
60-
pub enum ColumnSorting {
61-
/// Order by ordinal position
62-
OrdinalPosition,
63-
/// Order by column name
64-
#[allow(dead_code)]
65-
Name,
66-
}
6759

6860
pub fn load_table_names(
6961
database_url: &str,

0 commit comments

Comments
 (0)