[#4464] MERGE .. SELECT is not supported in PostgreSQL
This commit is contained in:
parent
93f52fca9e
commit
bf06ac1cbf
@ -1125,11 +1125,7 @@ implements
|
||||
map.put(field, getUpsertValues().get(fields.indexOf(field)));
|
||||
|
||||
if (upsertSelect != null) {
|
||||
// TODO [#2529] This cannot be implemented yet
|
||||
// ctx.visit(insertInto(table, getUpsertFields())
|
||||
// .select(upsertSelect)
|
||||
// .onDuplicateKeyUpdate()
|
||||
// .set(map));
|
||||
ctx.sql("[ merge with select is not supported in PostgreSQL ]");
|
||||
}
|
||||
else {
|
||||
ctx.visit(insertInto(table, getUpsertFields())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user