mirror of
https://github.com/knex/knex.git
synced 2025-11-20 12:03:51 +00:00
union's wrap parameter was being ignored and misinterpreted when building statements. Maintain the spirit of the original implementation (variable number of callbacks) consistent with other instances of variadic-like behavior (select/columns), including handling list of callbacks in array, while still processing the wrap parameter.