diff options
| -rw-r--r-- | src/main.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/main.rs b/src/main.rs index 0fc81bb..9ea03f4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -85,6 +85,7 @@ fn get_column_names(dbconn: &rusqlite::Connection) -> HashMap<String, Zero> {      ).unwrap();      for row in rows { +        // TODO: Get the type of the column.          column_names.insert(row.unwrap(), Zero{});      } | 
