comparison 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
comparison
equal deleted inserted replaced
21:2e5d2c69d4f9 22:1e9bad493475
96 96
97 bool HasLock() const 97 bool HasLock() const
98 { 98 {
99 return lock_; 99 return lock_;
100 } 100 }
101
102 void Format(Json::Value& target) const;
101 }; 103 };
102 } 104 }