comparison OrthancFramework/Sources/SQLite/Connection.h @ 5553:28cc06e4859a large-queries

Added ExtendedApiV1: /changes
author Alain Mazy <am@orthanc.team>
date Thu, 11 Apr 2024 19:02:20 +0200
parents 48b8dae6dc77
children 3765085693e5
comparison
equal deleted inserted replaced
5549:dcbf0c776945 5553:28cc06e4859a
54 # endif 54 # endif
55 # define __ORTHANC_FILE__ __FILE__ 55 # define __ORTHANC_FILE__ __FILE__
56 #endif 56 #endif
57 57
58 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__ORTHANC_FILE__, __LINE__) 58 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__ORTHANC_FILE__, __LINE__)
59 #define SQLITE_FROM_HERE_DYNAMIC(sql) ::Orthanc::SQLite::StatementId(__ORTHANC_FILE__, __LINE__, sql)
60
59 61
60 namespace Orthanc 62 namespace Orthanc
61 { 63 {
62 namespace SQLite 64 namespace SQLite
63 { 65 {