不要怂,就是干,撸起袖子干!

Commit c0038718 by Benjamin Lacy Committed by Sushant

(fix): pass offset in UNION'ed queries (#9577)

1 parent 0fe77d6c
Showing with 1 additions and 0 deletions
......@@ -1277,6 +1277,7 @@ class QueryGenerator {
tableName,
{
attributes: options.attributes,
offset: options.offset,
limit: options.groupedLimit.limit,
order: groupedLimitOrder,
where,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!