comparison Core/SQLite/Statement.h @ 2302:f31dfb131dee

fix backward compatibility with SQLite < 3.19.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:27:55 +0200
parents b1291df2f780
children 50cde8246542
comparison
equal deleted inserted replaced
2301:bde58ce4b41c 2302:f31dfb131dee
46 #include <stdint.h> 46 #include <stdint.h>
47 47
48 #if ORTHANC_BUILD_UNIT_TESTS == 1 48 #if ORTHANC_BUILD_UNIT_TESTS == 1
49 #include <gtest/gtest_prod.h> 49 #include <gtest/gtest_prod.h>
50 #endif 50 #endif
51
52 struct sqlite3_stmt;
53 51
54 52
55 namespace Orthanc 53 namespace Orthanc
56 { 54 {
57 namespace SQLite 55 namespace SQLite