aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sqlite.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.rs b/src/sqlite.rs
index dcc88de..f6fccd3 100644
--- a/src/sqlite.rs
+++ b/src/sqlite.rs
@@ -3,7 +3,7 @@ use rusqlite;
use std::collections::HashSet;
-/// TODO
+/// Get a list of the column names in the given table.
pub fn get_column_names(
dbconn: &rusqlite::Connection,
table_name: &str,