comparison Framework/PostgreSQL/PostgreSQLStatement.cpp @ 107:5765cc5fd268

reverted fix for OS X that breaks other targets
author Sebastien Jodogne <s.jodogne@orthanc-labs.com>
date Tue, 22 Jan 2019 16:53:26 +0100
parents eefbcee7bd78
children 2d2b268799a2
comparison
equal deleted inserted replaced
106:b559af8fe6e0 107:5765cc5fd268
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "PostgreSQLIncludes.h" // Must be the first
22 #include "PostgreSQLStatement.h" 23 #include "PostgreSQLStatement.h"
23 #include "PostgreSQLIncludes.h"
24 24
25 #include "../Common/BinaryStringValue.h" 25 #include "../Common/BinaryStringValue.h"
26 #include "../Common/FileValue.h" 26 #include "../Common/FileValue.h"
27 #include "../Common/Integer64Value.h" 27 #include "../Common/Integer64Value.h"
28 #include "../Common/NullValue.h" 28 #include "../Common/NullValue.h"