Mercurial > hg > orthanc
comparison Core/SQLite/Connection.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 | fa5ad4368fe3 |
comparison
equal
deleted
inserted
replaced
2301:bde58ce4b41c | 2302:f31dfb131dee |
---|---|
37 | 37 |
38 #pragma once | 38 #pragma once |
39 | 39 |
40 #include "Statement.h" | 40 #include "Statement.h" |
41 #include "IScalarFunction.h" | 41 #include "IScalarFunction.h" |
42 #include "SQLiteTypes.h" | |
42 | 43 |
43 #include <string> | 44 #include <string> |
44 #include <map> | 45 #include <map> |
45 | |
46 struct sqlite3; | |
47 struct sqlite3_stmt; | |
48 | 46 |
49 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__FILE__, __LINE__) | 47 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__FILE__, __LINE__) |
50 | 48 |
51 namespace Orthanc | 49 namespace Orthanc |
52 { | 50 { |