[jOOQ/jOOQ#18520] Retain previous behaviour regarding defaultSchema
This commit is contained in:
parent
a5d683ec24
commit
fb7e0e9ca9
@ -1498,6 +1498,9 @@ final class Interpreter {
|
||||
result.add(s);
|
||||
}
|
||||
|
||||
if (result.isEmpty())
|
||||
return asList(defaultSchema);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user