[jOOQ/jOOQ#16459] Wrong AbstractField::parenthesised overrides in CURRENT_SCHEMA, CURRENT_USER

This commit is contained in:
Lukas Eder 2024-03-15 15:36:43 +01:00
parent 9e64ec7cd7
commit 7ec251ec87
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ implements
case HSQLDB:
case POSTGRES:
case YUGABYTEDB:
return false;
return true;
default:
return true;

View File

@ -111,7 +111,7 @@ implements
case HSQLDB:
case POSTGRES:
case YUGABYTEDB:
return false;
return true;
case SQLITE:
return false;