changeset 717:579c1c1a2879 sql-opti

fix
author Alain Mazy <am@orthanc.team>
date Mon, 11 Aug 2025 13:14:00 +0200
parents 951d2ef62f58
children 9734488b55c0
files Framework/Plugins/IndexBackend.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.cpp	Mon Aug 11 12:03:51 2025 +0200
+++ b/Framework/Plugins/IndexBackend.cpp	Mon Aug 11 13:14:00 2025 +0200
@@ -4785,7 +4785,7 @@
 
       if (!statement.IsDone())
       {
-        if (statement.GetResultFieldsCount() != 6)
+        if (statement.GetResultFieldsCount() != 7)
         {
           throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
         }