We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537eceb commit 3239700Copy full SHA for 3239700
orm/query_insert.go
@@ -22,7 +22,7 @@ func (m Query[T]) InsertsIgnore(data []T, updates []UpdateColumn, tableFieldPtrs
22
return m.insert(true, data, tableFieldPtrs, updates)
23
}
24
25
-func (m Query[T]) InsertSubquery(data SubQuery, tableFieldPtrs []interface{}, updates ...UpdateColumn) QueryResult {
+func (m Query[T]) InsertSubquery(data SubQuery, updates []UpdateColumn, tableFieldPtrs ...interface{}) QueryResult {
26
27
28
0 commit comments