This commit is contained in:
Lukas Eder 2024-09-19 12:40:28 +02:00
parent 77496dd1c5
commit a1c4ec3768

View File

@ -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;
}
}