comparison OrthancServer/Sources/Search/ISqlLookupFormatter.h @ 4902:df86d2505df8

Orthanc 1.9.8 is now known as Orthanc 1.10.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Feb 2022 16:57:43 +0100
parents 6eff25f70121
children 0ea402b4d901
comparison
equal deleted inserted replaced
4901:0bb73ef7cf07 4902:df86d2505df8
49 49
50 virtual std::string FormatWildcardEscape() = 0; 50 virtual std::string FormatWildcardEscape() = 0;
51 51
52 /** 52 /**
53 * Whether to escape '[' and ']', which is only needed for 53 * Whether to escape '[' and ']', which is only needed for
54 * MSSQL. New in Orthanc 1.9.8, from the following changeset: 54 * MSSQL. New in Orthanc 1.10.0, from the following changeset:
55 * https://hg.orthanc-server.com/orthanc-databases/rev/389c037387ea 55 * https://hg.orthanc-server.com/orthanc-databases/rev/389c037387ea
56 **/ 56 **/
57 virtual bool IsEscapeBrackets() const = 0; 57 virtual bool IsEscapeBrackets() const = 0;
58 58
59 static void Apply(std::string& sql, 59 static void Apply(std::string& sql,