dbflute / dbflute-core

DBFlute core libraries for Java8
http://dbflute.seasar.org/
23 stars 18 forks source link

DBFlute Engine: option to ignore VIEW's not null constraint differences #200

Closed jflute closed 4 months ago

jflute commented 4 months ago

[overview] from dbflute users 2685: https://groups.google.com/g/dbflute/c/9uG6H6nmgWA

[result] documentMap.dfprop:

    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # o isIgnoreViewNotNullDiff (NotRequired - Default false)
    #  Does it ignore differences of view's not null constraint?
    #
    # test of view's not null constraint (2024/02/13)
    # https://github.com/dbflute/dbflute-core/issues/200
    #
    ; isIgnoreViewNotNullDiff = true
    # - - - - - - - - - -/