Skip to content

Release 1.19 (2021-06-03)

Compare
Choose a tag to compare
@igapyon igapyon released this 03 Jun 11:45
· 7 commits to devel since this release
5545468

Release 1.19 (2021-06-03)

EN

  • Entity UPDATE: If the update item of UPDATE contains a KEY, skip it.
  • Fixed a bug that wasNull was missing in getting search results. When a numeric item was null, it would erroneously return 0.

JA

  • Entity UPDATE: UPDATEの更新項目にKEYが含まれていたらそれは処理対象外としてスキップ。
  • 検索結果取得に wasNull判定が抜けていたのを訂正。数値項目で null の場合に誤って 0 が戻っていたバグの訂正。