OData query $filter conditions and case-sensitivity

后端 未结 4 602
花落未央
花落未央 2020-12-05 13:51

Does OData specify whether filter conditions on string fields are to be evaluated case-sensitively or case-insensitively?

Example: (from the docs)

/S         


        
4条回答
  •  天命终不由人
    2020-12-05 14:56

    The "eq" operator is supposed to be case sensitive. Usage of tolower (or toupper) is the currently recommended way of doing this.

提交回复
热议问题