Skip to content
  • Pavel Mashliakovskiy's avatar
    - added validation of parameters types in UBQLs. For example, if attribute of... · 1c17a74c
    Pavel Mashliakovskiy authored
    - added validation of parameters types in UBQLs. For example, if attribute of type Entity compared with parameter of type String
       server will throw exception "Expression [attrName] should be compared with parameter of type Number but got String"
     - server will throw now if the query parameter is bound to an empty array. Before this fix, such binding could cause unexpected errors in some cases
    1c17a74c