[jOOQ/jOOQ#15807] Avoid calling PRO only method in OSS edition
This commit is contained in:
parent
5c9a5d363d
commit
f05e9e1bc5
@ -2370,7 +2370,7 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
|
||||
if (!StringUtils.isBlank(hint))
|
||||
context.sql(' ').sql(hint).separatorRequired(true);
|
||||
|
||||
toSQLJoinHints(context, tablelist);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user