[jOOQ/jOOQ#8528] Refactorings (WIP)

This commit is contained in:
Lukas Eder 2019-10-29 17:21:17 +01:00
parent 8f375b6cf4
commit fcbbc5103e

View File

@ -222,6 +222,9 @@ final class DetachedMeta extends AbstractMeta {
}
final void resolveReferences(Meta meta) {
// TODO: Is there a better way than temporarily keeping the wrong
// ReferenceImpl in this list until we "know better"?
for (int i = 0; i < references.size(); i++) {
ForeignKey<R, ?> ref = references.get(i);
Name name = ref.getKey().getTable().getQualifiedName();