Skip to content

Releases: igapyon/oiyokan-unittest

Release 1.20 (2021-06-13)

13 Jun 02:03
1fc09fd
Compare
Choose a tag to compare

Release 1.20 (2021-06-13)

EN

  • Fixed an issue that caused h2 and SQL Server to malfunction when Oiyokan was run with Database "autoCommit": false.

JA

  • Oiyokan を Database "autoCommit": false で動作させた際に h2 および SQL Server で動作不良を起こす問題を修正。

Release 1.19 (2021-06-03)

03 Jun 13:05
c3838fe
Compare
Choose a tag to compare

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 が戻っていたバグの訂正。

Release 1.18 (2021-05-26)

26 May 13:22
a8ddb8b
Compare
Choose a tag to compare

Release 1.18 (2021-05-26)

EN

  • Implementation: Changed to pass OiyoInfo instance from the outside.
  • Changed to return URI with FQN.
  • Added messages regarding autoCommit, jdbcFetchSize, filterEqAutoSelect.
  • Added log.trace where EntityCollection is expected to take a time.

JA

  • 実装: OiyoInfo インスタンスを外側から引き渡すよう変更
  • URIをFQNで戻すよう変更
  • autoCommit, jdbcFetchSize, filterEqAutoSelect のメッセージを追加
  • EntityCollection で時間がかかると予見される箇所に log.trace を追加

Release 1.17 (2021-05-25)

25 May 11:45
91b6d00
Compare
Choose a tag to compare

Release 1.17 (2021-05-25)

EN

  • Some JSON params are added to oiyokan-settings.json: autoCommit, jdbcFetchSize, filterEqAutoSelect。
  • Added ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY to collection Statement.
  • Use java.sql.Statement for parameterless queries.

JA

  • oiyokan-settings.json にいくつかの JSON パラメータを追加: autoCommit, jdbcFetchSize, filterEqAutoSelect。
  • 一覧取得Statementに ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY 指定を追加。
  • パラメータなしクエリは java.sql.Statement を利用。
  • 上記: 各DBで確認済み。

Release 1.16 (2021-05-22)

22 May 06:17
6145277
Compare
Choose a tag to compare

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)。

Release 1.15 (2021-05-19)

19 May 12:27
a78e138
Compare
Choose a tag to compare

Release 1.15 (2021-05-19)

EN

  • In the case of SQLSV2008 and ORCL18, suppress = true from output when expr eq true is given.
  • Separated regarding prepareStatement lines into OiyoCommonJdbcBindParamUtil.java.

JA

  • SQLSV2008 と ORCL18 の場合には、expr eq true が与えられた時にこれはSQLに出力されないよう抑止
  • PreparedStatement へのバインドの処理について OiyoCommonJdbcBindParamUtil.java に処理内容を分離
  • いままで Demosite には デモサイトと UnitTest目的と2目的を満たしていたが、混乱するのでこれを分離。
  • これからは UnitTest は単体テストとしての用途に限定する。

Release 1.14 (2021-05-10)

10 May 12:44
2085f8d
Compare
Choose a tag to compare

Release 1.14 (2021-05-10)

EN

  • Fixed search under Entity without Key (table without Primary Key).

JA

  • Key の存在しないEntity (Primary Key のないテーブル) でも検索が正しく動作するよう変更。

Release 1.13 (2021-05-09)

09 May 10:17
e1e2331
Compare
Choose a tag to compare

Release 1.13 (2021-05-09)

EN

  • Create a new oiyokan-initializr project that allows you to edit the Oiyokan configuration file on the web screen.
  • Add java.io.Serializable to DTO of setting information

JA

  • Oiyokan 設定ファイルを Web 画面で編集できる oiyokan-initializr プロジェクトを新規作成
  • 設定情報の DTO に java.io.Serializable を付与

Release 1.12 (2021-05-06)

v1.x Testing.

EN

  • Stabilization work of software v1.x.
  • Fixed a bug that the DB cursor was not closed in some case.
  • Created a new project oiyokan-initializr for Getting Started.
  • Deployed the oiyokan library to Maven Repository.
  • Changed mvn to work with en.
  • Changed Javadoc to be generated with en.
  • Changed to output cache control meta to http response.

JA

  • v1.x ソフトウェア安定化作業
  • DBカーソルのクローズ漏れバグがあったのを訂正
  • Getting Started 用のプロジェクト oiyokan-initializr を新規作成
  • Maven Repository にデプロイ
  • mvn を en で動作するように変更
  • Javadocを en で生成するように変更
  • キャッシュコントロール記述をレスポンスに出力するよう変更

Release 1.11 (2021-05-02)

02 May 14:55
b3ae09b
Compare
Choose a tag to compare

Release 1.11 (2021-05-02)

v1.x Feature freeze.

EN

  • Changed Oiyokan Library to be independent of Spring Boot.
  • Added DB connection password encryption function.
  • Changed to set ID in Entity search.
  • Check / change group id to prepare Maven Repository registration.
  • Standardizing the processing related to time and re-tested.
  • Implemented CLOB, BLOB judgment processing and implement behavior switching.
  • Checked SQL Server BIT type support.
  • Confirmed that the request body is not output to the log by log.trace.
  • Confirmed that no garbage records remain in the unit test.
  • Conducted source code coverage test.
  • Bug fixes.

JA

  • Oiyokan Library が Spring Boot に依存しないよう変更。
  • DB接続パスワードの暗号化機能を追加。
  • Entityの検索で IDを設定する。
  • Maven Repository 登録を意識して group id を確認・変更。
  • 時間に関する処理を共通化したうえでテストを実施。
  • CLOB、BLOB判定処理および指定に伴う挙動変更を実装。
  • SQL Server の BIT 型の対応確認。
  • log.traceにて リクエストボディがログに出力されないよう確認。
  • 単体テストでゴミレコードが残らないよう確認。
  • ソースコードカバレッジテストの実施。
  • その他バグ修正

Release 1.10 (2021-04-30)

30 Apr 13:22
bab78d4
Compare
Choose a tag to compare

Release 1.10 (2021-04-30)

EN

  • Previously, 204 and 304 were returned when PATCH was executed, but this has been changed to return as 200 or 201 with body data.
  • Changed the log format during Unit test to a shorter one.
  • An error occurs when a value other than * (ie: ETag) is specified for If-Match and If-None-Match.

JA

  • PATCH実行時に、いままでは 204 や 304 を返却していたが、これをデータ付きの 200 や 201 で戻すように変更。
  • Unit test 時の ログ format を短いものに変更。
  • If-Match, If-None-Match に * 以外(ETag) が指定された場合にエラーにする。