diff OrthancFramework/Sources/SQLite/Connection.h @ 5809:023a99146dd0 attach-custom-data

merged find-refactoring -> attach-custom-data
author Alain Mazy <am@orthanc.team>
date Tue, 24 Sep 2024 12:53:43 +0200
parents ca06dde85358
children
line wrap: on
line diff
--- a/OrthancFramework/Sources/SQLite/Connection.h	Tue Sep 24 12:11:25 2024 +0200
+++ b/OrthancFramework/Sources/SQLite/Connection.h	Tue Sep 24 12:53:43 2024 +0200
@@ -57,6 +57,7 @@
 #endif
 
 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__ORTHANC_FILE__, __LINE__)
+#define SQLITE_FROM_HERE_DYNAMIC(sql) ::Orthanc::SQLite::StatementId(__ORTHANC_FILE__, __LINE__, sql)
 
 namespace Orthanc
 {