aboutsummaryrefslogtreecommitdiff
path: root/bpkg/database
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-17 15:16:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-17 15:16:47 +0200
commit2677da127b99bc4e6d904de3f14b8fe3f781740f (patch)
treee58e2c305ddba50a5e006f5f885f7b4327a9573e /bpkg/database
parent2dab23b28def943669796d60b42bede2f0c2cd7f (diff)
Integrate database statement tracing into our diagnostics machinery
Diffstat (limited to 'bpkg/database')
-rw-r--r--bpkg/database3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/database b/bpkg/database
index 820555d..c4ace56 100644
--- a/bpkg/database
+++ b/bpkg/database
@@ -8,6 +8,7 @@
#include <odb/sqlite/database.hxx>
#include <bpkg/types>
+#include <bpkg/diagnostics>
namespace bpkg
{
@@ -15,7 +16,7 @@ namespace bpkg
using odb::sqlite::transaction;
database
- open (const dir_path& configuration, bool create = false);
+ open (const dir_path& configuration, tracer&, bool create = false);
}
#endif // BPKG_DATABASE