[jOOQ/jOOQ#15239] Hint at settings from INFO message
This commit is contained in:
parent
312f82c30c
commit
b60b5c524b
@ -187,7 +187,7 @@ final class DDL {
|
||||
}
|
||||
}
|
||||
catch (ParserException e) {
|
||||
log.info("Cannot parse view source: " + options.source(), e);
|
||||
log.info("Cannot parse view source (to skip parsing, use Settings.parseMetaViewSources): " + options.source(), e);
|
||||
}
|
||||
|
||||
return applyAsPlainSQL(q, options);
|
||||
|
||||
@ -1156,7 +1156,7 @@ final class MetaImpl extends AbstractMeta {
|
||||
);
|
||||
}
|
||||
catch (ParserException e) {
|
||||
log.info("Cannot parse default expression: " + defaultValue, e);
|
||||
log.info("Cannot parse default expression (to skip parsing, use Settings.parseMetaViewDefaultExpressions): " + defaultValue, e);
|
||||
type = type.defaultValue(DSL.field(defaultValue, type));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user