[jOOQ/jOOQ#12425] Fix a regression in NotField with converters

This commit is contained in:
Lukas Eder 2021-10-14 14:36:06 +02:00
parent 92f8bf696b
commit 5f984e2d44

View File

@ -79,7 +79,7 @@ implements
) {
super(
N_NOT,
allNotNull(BOOLEAN, field)
BOOLEAN
);
this.field = nullSafeNotNull(field, BOOLEAN);