diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -701,7 +701,6 @@ static void ftag_common_edit(int argc, char **argv, int file_or_tag) printf("%s: old content: %s\n", __func__, old); printf("%s: new content: %s\n", __func__, new); sanitize_sql_str(&new); - /* TODO: fix isse with UTF-8 and sanitize_sql_str */ strbuild(sql, "UPDATE %s SET %s = '%s' WHERE %s = '%s';", table_name, column_name, new, name_column_name, name); rc = sqlite3_exec(db, sql, NULL, NULL, NULL); sqlite3_check(rc, db); |
