aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqlite.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite.rs')
-rw-r--r--src/sqlite.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqlite.rs b/src/sqlite.rs
index c69bb81..72508d2 100644
--- a/src/sqlite.rs
+++ b/src/sqlite.rs
@@ -3,6 +3,7 @@ use rusqlite;
use std::collections::HashMap;
+// TODO: Delete
/// Get the fundamental SQLite datatype for a given type name.
///
/// Use the SQLite rules for type affinity described in: