comparison PostgreSQL/UnitTests/PostgreSQLTests.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 275e14f57f1e
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
32 # undef S_IWOTH 32 # undef S_IWOTH
33 # undef S_IXGRP 33 # undef S_IXGRP
34 # undef S_IXOTH 34 # undef S_IXOTH
35 #endif 35 #endif
36 36
37 #include "../../Framework/Plugins/GlobalProperties.h"
38 #include "../../Framework/PostgreSQL/PostgreSQLLargeObject.h"
39 #include "../../Framework/PostgreSQL/PostgreSQLResult.h"
40 #include "../../Framework/PostgreSQL/PostgreSQLTransaction.h"
37 #include "../Plugins/PostgreSQLIndex.h" 41 #include "../Plugins/PostgreSQLIndex.h"
38 #include "../Plugins/PostgreSQLStorageArea.h" 42 #include "../Plugins/PostgreSQLStorageArea.h"
39 #include "../../Framework/PostgreSQL/PostgreSQLTransaction.h" 43
40 #include "../../Framework/PostgreSQL/PostgreSQLResult.h" 44 #include <OrthancException.h>
41 #include "../../Framework/PostgreSQL/PostgreSQLLargeObject.h"
42
43 #include <Core/OrthancException.h>
44 45
45 #include <boost/lexical_cast.hpp> 46 #include <boost/lexical_cast.hpp>
46 47
47 using namespace OrthancDatabases; 48 using namespace OrthancDatabases;
48 49