[jOOQ/jOOQ#9926] [jOOQ/jOOQ#9928] Emulate SQL Server FOR JSON

This emulates the INCLUDE_NULL_VALUES clause.
This commit is contained in:
Lukas Eder 2020-03-09 11:00:18 +01:00
parent 0758ae2142
commit e6eae64c32

View File

@ -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);
}