We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c875f67 commit 6bae1ecCopy full SHA for 6bae1ec
1 file changed
diesel_cli/src/infer_schema_internals/inference.rs
@@ -56,14 +56,6 @@ pub fn rust_name_for_sql_name(sql_name: &str) -> String {
56
sql_name.to_string()
57
}
58
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
-}
67
68
pub fn load_table_names(
69
database_url: &str,
0 commit comments