Bootstrap

Version 5.2.93

by 管理者 / 2022年01月18日 / アップデート情報
タグ: , , ,

Query Builder

  • Fix – Sub Query filters using a in clause with two items would be resolved as a SQL between instead of a SQL IN.  e.g.  <in> A,B  <<A,B   If the in clause had one, three or more items it was fine and did not use the between logic.
  • Fix – Dynamic Outputs bound to a Filter Sub Query that had custom sorting on an output that was not the primary value was not being respected when displaying the columns.  Now displays columns in the order defined.

Site Setup

  • Fix – Azure AD user synchronise only worked on lists up to 200 users.   Now supports any number of users.

Engine

  • Add – JavaScript context core objects like query and writeback now have helper methods Get, Set in addition to existing ones like Add, Clear, Remove and Insert to avoid index not found errors when dealing with .NET collections.  This error was intermitted but can be avoid by only using the methods