diff Framework/Plugins/ISqlLookupFormatter.h @ 583:ae7375d38607 find-refactoring tip

MySQL: fix ordering
author Alain Mazy <am@orthanc.team>
date Mon, 21 Oct 2024 18:19:51 +0200
parents a80775ee5eea
children
line wrap: on
line diff
--- a/Framework/Plugins/ISqlLookupFormatter.h	Mon Oct 21 17:57:52 2024 +0200
+++ b/Framework/Plugins/ISqlLookupFormatter.h	Mon Oct 21 18:19:51 2024 +0200
@@ -71,6 +71,8 @@
      **/
     virtual bool IsEscapeBrackets() const = 0;
 
+    virtual bool SupportsNullsLast() const = 0;
+
     static void GetLookupLevels(Orthanc::ResourceType& lowerLevel,
                                 Orthanc::ResourceType& upperLevel,
                                 const Orthanc::ResourceType& queryLevel,