[jOOQ/jOOQ#9879] Support INSERT .. SELECT
This commit is contained in:
parent
193a4b57ec
commit
0a1181b460
@ -694,8 +694,15 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// [#8353] TODO: Support overlapping embeddables
|
||||
toSQLInsertSelect(ctx, s);
|
||||
|
||||
ctx.data().remove(DATA_INSERT_SELECT_WITHOUT_INSERT_COLUMN_LIST);
|
||||
ctx.data().remove(DATA_INSERT_SELECT);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user