This is a cache of http://dbflute.seasar.org/ja/oldmigration/migrate-08912to08913.html. It is a snapshot of the page at 2024-03-19T00:57:21.214+0000.
DBFlute : Migration : 0.8.9.13

バージョン移行{0.8.9.12 to 0.8.9.13}

環境上の注意点

Sql2Entityも一緒に *いつもの注意点

バージョンアップした際は、GenerateだけでなくSql2Entityも実行して下さい。

basicInfoMap.dfpropのflat/omitの指定方法の変更

basicInfoMap.dfprop の flatDirectoryPackage と omitDirectoryPackage ですが、basicInfoMap.dfprop 内の outputPackageAdjustmentMap というプロパティのネストプロパティにしました。


; outputPackageAdjustmentMap = map:{
    ; flatDirectoryPackage = aaa.Bbb.DBFlute
    ; omitDirectoryPackage = aaa
}

但し、今まで通りの書き方でも動作します。新規で利用される方、もしくは、移行できる方は、上記の書き方でご利用下さい。

実装上の注意点

特にありません。