[jOOQ/jOOQ#8950] Fixed OSS Edition JSON_EXISTS() support

This commit is contained in:
Lukas Eder 2020-03-27 15:08:42 +01:00
parent f1003a76f4
commit 37927e01e0

View File

@ -42,7 +42,6 @@ import static org.jooq.impl.JSONExists.Behaviour.ERROR;
import static org.jooq.impl.JSONExists.Behaviour.FALSE;
import static org.jooq.impl.JSONExists.Behaviour.TRUE;
import static org.jooq.impl.JSONExists.Behaviour.UNKNOWN;
import static org.jooq.impl.JSONValue.NO_SUPPORT_PATH_BINDS;
import static org.jooq.impl.Keywords.K_ERROR;
import static org.jooq.impl.Keywords.K_JSON_EXISTS;
import static org.jooq.impl.Keywords.K_ON;