From a8fde0847e2bcdb6dc5a751d24457bdecee5abb8 Mon Sep 17 00:00:00 2001 From: Tomasz Grabiec Date: Wed, 17 Jun 2015 13:56:43 +0200 Subject: [PATCH] db: Fix too broad catch clause The current handling, which ignores the future and a FIXME, should apply only to the case when a table is missing. --- database.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.cc b/database.cc index 40badf873e..63d2cd67e2 100644 --- a/database.cc +++ b/database.cc @@ -927,7 +927,7 @@ database::query(const query::read_command& cmd, const std::vector