Updated Constants.XSD_CODEGEN

This commit is contained in:
Lukas Eder 2021-11-02 16:42:35 +01:00
parent 397cc67ea6
commit 15004cdc1d
4 changed files with 4 additions and 5 deletions

View File

@ -134,7 +134,7 @@ public final class Constants {
/**
* The current jooq-codegen XSD file name.
*/
public static final String XSD_CODEGEN = "jooq-codegen-3.15.0.xsd";
public static final String XSD_CODEGEN = "jooq-codegen-3.16.0.xsd";
/**
* The current jooq-codegen XML namespace.

View File

@ -134,7 +134,7 @@ public final class Constants {
/**
* The current jooq-codegen XSD file name.
*/
public static final String XSD_CODEGEN = "jooq-codegen-3.15.0.xsd";
public static final String XSD_CODEGEN = "jooq-codegen-3.16.0.xsd";
/**
* The current jooq-codegen XML namespace.

View File

@ -134,7 +134,7 @@ public final class Constants {
/**
* The current jooq-codegen XSD file name.
*/
public static final String XSD_CODEGEN = "jooq-codegen-3.15.0.xsd";
public static final String XSD_CODEGEN = "jooq-codegen-3.16.0.xsd";
/**
* The current jooq-codegen XML namespace.

View File

@ -738,9 +738,8 @@ implements
upsertStyle = true;
getUpsertValues().addAll(Tools.fields(values, getUpsertFields().toArray(EMPTY_FIELD)));
}
else {
else
getLastNotMatched().insertMap.set(Tools.fields(values, getLastNotMatched().insertMap.fields().toArray(EMPTY_FIELD)));
}
return this;
}