[jOOQ/jOOQ#16378] Add arity check to synthetic foreign key configuration to avoid wrong generated code when FK / UK columns mismatch

This commit is contained in:
Lukas Eder 2024-02-29 15:31:49 +01:00
parent 0cf9cb9ba5
commit 69c7a5ac0d

View File

@ -3836,6 +3836,25 @@ public abstract class AbstractDatabase implements Database {