comparison MySQL/Plugins/MySQLIndex.h @ 400:897253c21208 db-protobuf

support for labels in mysql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 15:43:42 +0200
parents d14e6ff04a5c
children 91124cc8a8c7
comparison
equal deleted inserted replaced
399:19bd3ee1f0b3 400:897253c21208
78 #endif 78 #endif
79 79
80 // New primitive since Orthanc 1.12.0 80 // New primitive since Orthanc 1.12.0
81 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE 81 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
82 { 82 {
83 return false; 83 return true;
84 } 84 }
85 }; 85 };
86 } 86 }