[jOOQ/jOOQ#9926] [jOOQ/jOOQ#9928] Emulate SQL Server FOR JSON
This emulates the INCLUDE_NULL_VALUES clause.
This commit is contained in:
parent
0758ae2142
commit
e6eae64c32
@ -166,7 +166,9 @@ import org.jooq.DataType;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.GroupField;
|
||||
import org.jooq.JSON;
|
||||
import org.jooq.JSONEntry;
|
||||
import org.jooq.JSONObjectNullStep;
|
||||
import org.jooq.JoinType;
|
||||
import org.jooq.Keyword;
|
||||
import org.jooq.Name;
|
||||
@ -549,6 +551,9 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
else
|
||||
accept0(context);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user