From c64d7309b1a055d7c6f0e628b4c31d6c6fd4c193 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Oct 2022 08:45:03 +0200 Subject: Fix bug introduced in previous commit --- bdep/database.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep') diff --git a/bdep/database.cxx b/bdep/database.cxx index e41b349..202e1d7 100644 --- a/bdep/database.cxx +++ b/bdep/database.cxx @@ -110,7 +110,7 @@ namespace bdep set_nocase ("relative_path"); db.execute ("UPDATE sqlite_master" - " SET sql = '" + t.sql + '\'' + " SET sql = '" + t.sql + "'" " WHERE " + where); db.execute ("PRAGMA writable_schema = OFF"); -- cgit v1.1