Skip to content

Release 1.16 (2021-05-22)

Compare
Choose a tag to compare
@igapyon igapyon released this 22 May 06:11
· 26 commits to devel since this release
5745615

Release 1.16 (2021-05-22)

EN

  • Added field named transactionIsolation to JSON to configure isolation level like Connection.setTransactionIsolation.
  • Added field named initSqlExec to JSON to specify the initialization SQL statement at the time of DB connection (experimental).

JA

  • transactionIsolation という名前の項目を JSON に追加して Connection.setTransactionIsolation などを指定できるように変更。
  • initSqlExec という名前の項目を JSON に追加して DB接続時の初期化SQL文を指定できるようにする (experimental)。