diff Framework/MySQL/MySQLParameters.h @ 22:1e9bad493475

prevent running unit tests on a non-existing db
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jul 2018 14:39:59 +0200
parents 7cea966b6829
children 714c5d2bee76
line wrap: on
line diff
--- a/Framework/MySQL/MySQLParameters.h	Tue Jul 10 14:33:05 2018 +0200
+++ b/Framework/MySQL/MySQLParameters.h	Wed Jul 11 14:39:59 2018 +0200
@@ -98,5 +98,7 @@
     {
       return lock_;
     }
+
+    void Format(Json::Value& target) const;
   };
 }