[jOOQ/jOOQ#7362] NOT NOT x is invalid in Derby. Revert to NOT (NOT x)

This commit is contained in:
Lukas Eder 2022-05-10 15:31:28 +02:00
parent c9cfe48f5d
commit 9c7636d290

View File

@ -92,11 +92,6 @@ implements
return false;
}
@Override
final boolean parenthesised(Context<?> ctx) {
return true;
}
@Override
public final void accept(Context<?> ctx) {
switch (ctx.family()) {