[jOOQ/jOOQ#12064] Informix can't handle bind values as arguments to
NVL() or COALESCE()
This commit is contained in:
parent
471a4ce183
commit
b86ded06e3
@ -38,6 +38,7 @@
|
||||
package org.jooq.impl;
|
||||
|
||||
import static org.jooq.impl.DSL.function;
|
||||
import static org.jooq.impl.DSL.select;
|
||||
import static org.jooq.impl.Keywords.K_IS_NULL;
|
||||
import static org.jooq.impl.Names.N_IFNULL;
|
||||
import static org.jooq.impl.Names.N_IIF;
|
||||
@ -72,6 +73,16 @@ final class Nvl<T> extends AbstractField<T> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -133,7 +133,6 @@ extends
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case MARIADB:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user