[jOOQ/jOOQ#17288] Use columnName
This commit is contained in:
parent
77496dd1c5
commit
a1c4ec3768
@ -1410,7 +1410,7 @@ final class MetaImpl extends AbstractMeta {
|
||||
|
||||
// [#17288] Ignore the key if columns cannot be looked up.
|
||||
if (f[i] == null) {
|
||||
log.info("Cannot look up unique key column " + columnName + " in table: " + this + ". Consider reporting https://jooq.org/bug");
|
||||
log.info("Cannot look up unique key column " + name + " in table: " + this + ". Consider reporting https://jooq.org/bug");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user