From 5a89342c114da32e7bf6925c71df23c80e18bd7d Mon Sep 17 00:00:00 2001 From: sholderbach Date: Tue, 26 Mar 2024 15:34:11 +0100 Subject: [PATCH] Remove outdated fixme --- src/history/sqlite_backed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/history/sqlite_backed.rs b/src/history/sqlite_backed.rs index f93abfae..830f1a60 100644 --- a/src/history/sqlite_backed.rs +++ b/src/history/sqlite_backed.rs @@ -326,7 +326,6 @@ impl SqliteBackedHistory { None => "", }; if let Some(command_line) = &query.filter.command_line { - // TODO: escape % match command_line { CommandLineSearch::Exact(e) => { wheres.push("command_line == :command_line");