comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 3079:65e2bfa953ef db-changes

ISqlLookupFormatter::FormatWildcardEscape()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jan 2019 14:03:39 +0100
parents 147497152ce3
children 1a75595d8e44
comparison
equal deleted inserted replaced
3078:147497152ce3 3079:65e2bfa953ef
1112 if (match.resourceId == NULL) 1112 if (match.resourceId == NULL)
1113 { 1113 {
1114 throw OrthancException(ErrorCode_DatabasePlugin); 1114 throw OrthancException(ErrorCode_DatabasePlugin);
1115 } 1115 }
1116 1116
1117 printf(" ++ [%s]\n", match.resourceId);
1118
1119 assert(answerMatchingResources_ != NULL); 1117 assert(answerMatchingResources_ != NULL);
1120 answerMatchingResources_->push_back(match.resourceId); 1118 answerMatchingResources_->push_back(match.resourceId);
1121 1119
1122 if (answerMatchingInstances_ != NULL) 1120 if (answerMatchingInstances_ != NULL)
1123 { 1121 {