dbflute / dbflute-core

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

DBFlute Engine: isCheckImplicitSet influence to table classification #187

Open jflute opened 10 months ago

jflute commented 10 months ago

The isCheckImplicitSet of table classification made undefinedHandlingType EXCEPTION. It's unexpected behavior.

but cannot fix it:

public void arrangeClassificationTopFromLiteral(DfClassificationTop classificationTop, Map<?, ?> elementMap) {
    // #thinking jflute while analyzing literal, we don't know table or implict classification (2023/08/17)
    // so you cannot determine e.g. isCheckImplicitSet correctly (but small problem so keep it for now)