[jOOQ/jOOQ#9574] Support referencing synonyms from foreign keys in interpreter
This commit is contained in:
parent
8f689c6a1c
commit
55f51fc6bd
@ -1800,7 +1800,18 @@ final class Interpreter {
|
||||
}
|
||||
|
||||
final MutableTable table(Named t) {
|
||||
return find(tables, t);
|
||||
MutableTable mt = find(tables, t);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return mt;
|
||||
}
|
||||
|
||||
final MutableDomain domain(Named d) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user