diff --git a/core/util.rs b/core/util.rs index 40a2c0902..3415aefdc 100644 --- a/core/util.rs +++ b/core/util.rs @@ -502,7 +502,7 @@ pub fn columns_from_create_table_body(body: &ast::CreateTableBody) -> crate::Res } let column = Column { - name: Some(name.0.clone()), + name: Some(normalize_ident(&name.0)), ty: match column_def.col_type { Some(ref data_type) => { // https://www.sqlite.org/datatype3.html