Updated Constants.XSD_CODEGEN
This commit is contained in:
parent
397cc67ea6
commit
15004cdc1d
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user