Releases: igapyon/oiyokan-unittest
Releases · igapyon/oiyokan-unittest
Release 1.9 (2021-04-29)
Release 1.9 (2021-04-29)
EN
- Improved typing for null values of SQL input parameter.
- Make the name of EntitySet and EntityType of unit test data the same.
JA
- SQL入力 parameter の NULL値の場合の型決定を改善
- 単体テストデータの EntitySet と EntityType の名称を同じにする
Release 1.8 (2021-04-28)
Release 1.8 (2021-04-28)
EN
- Adjusted the behavior when the primary key is autoGenKey. Relatedly, autoGenKey mapped nullable as Edm.
- Start project which test demosite from client (https://github.com/igapyon/oiyokan-demosite-test)
- Improved to log ODataLibraryException into the server log.
- Added a unit test table called ODataTests8.
- Added NULL test case of CHAR search.
- If nullable is not specified, treat as nullable.
- Bug fix.
JA
- primary key が autoGenKey の際の挙動を調整。関連して autoGenKey は Edm として null許容とする。
- クライアントからの demosite テストプロジェクトを開始 (https://github.com/igapyon/oiyokan-demosite-test)
- ODataLibraryException がサーバログに記録されるよう改善
- ODataTests8 という単体テスト用テーブルを追加
- CHAR検索のNULLテストケースの追加
- nullable指定なしは、null許容とする。
- Bug fix
Release 1.7 (2021-04-25)
Release 1.7 (2021-04-25)
EN
- In Entity PATCH, suppress the behavior of INSERT when Key automatic numbering is involved.
- When a member is used in the EQ of $ filter, the value is returned even if $ select is not specified.
- Heroku support by temporary support.
- Improving unit testing.
JA
- Entity PATCH にて、Key自動採番を伴う場合は INSERT の挙動を抑止するようにする
- メンバーが $filter の EQ で利用された場合に、$select 指定がなくとも値返却する
- 分割されたプロジェクトでも Heroku にデプロイできるよう仮対応
- ユニットテストを改善
Release 1.6 (2021-04-21)
Release 1.6 (2021-04-21)
EN
- Splitted the repository into two repositories, a library and an executable web.
- Improved SQL Server efficiency.
- Changed to use information from Property instead of object type when reading Query execution result.
- Added the function to supplement the shortage of CHAR.
- Reduced internal ResultSetMetaData calls as much as possible.
- DB timeout time can be specified in JSON.
- Refactoring.
JA
- リポジトリを ライブラリと実行可能なWebの2リポジトリに分割
- SQL Server効率アップ
- Query 実行結果の読み込み時に、オブジェクト型ではなくPropertyからの情報を利用するように変更
- CHAR の長さ不足を補完する機能を追加
- 内部的な ResultSetMetaData 呼び出しを極力減らす
- DBタイムアウト時間をJSONで指定可能にする
- リファクタリング