comparison Framework/MySQL/MySQLDatabase.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 740d9829f52e
children 275e14f57f1e
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
25 #include "MySQLStatement.h" 25 #include "MySQLStatement.h"
26 #include "MySQLTransaction.h" 26 #include "MySQLTransaction.h"
27 #include "../Common/ImplicitTransaction.h" 27 #include "../Common/ImplicitTransaction.h"
28 #include "../Common/Integer64Value.h" 28 #include "../Common/Integer64Value.h"
29 29
30 #include <Core/Logging.h> 30 #include <Logging.h>
31 #include <Core/OrthancException.h> 31 #include <OrthancException.h>
32 #include <Core/Toolbox.h> 32 #include <Toolbox.h>
33 33
34 #include <errmsg.h> 34 #include <errmsg.h>
35 #include <mysqld_error.h> 35 #include <mysqld_error.h>
36 36
37 #include <memory> 37 #include <memory>