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 be8021f commit db0bbe5Copy full SHA for db0bbe5
quill-core/src/main/scala/io/getquill/context/ActionMacro.scala
@@ -162,7 +162,7 @@ class ActionMacro(val c: MacroContext) extends ContextMacro with ReifyLiftings {
162
(INSERT ... VALUES (? ?), List(caboose))
163
*/
164
batchesSharded.groupByOrdered(_._1).map {
165
- case (string, items, liftings) =>
+ case (string, items) =>
166
${c.prefix}.BatchGroup(string, items.map(_._2).toList, items.map(_._3).toList)
167
}.toList
168
})(io.getquill.context.ExecutionInfo.unknown, ())
0 commit comments