From aaf02280c85db648de5788bc8509c0918fb6c369 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 9 Mar 2022 00:39:53 +0100 Subject: Add TODO for column type Want to translate YAML types to SQLite types. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 { ).unwrap(); for row in rows { + // TODO: Get the type of the column. column_names.insert(row.unwrap(), Zero{}); } -- cgit v1.2.3