sqlkata/querybuilder

while having multiple selects, auto merge duplicate columns instead of repetition.

tijujohn83 opened this issue · 1 comments

while having multiple selects, auto merge duplicate columns instead of repetition.

As a general rule, we avoid manipulating implicitly the query when not necessary, since there maybe some cases where the user want to select the same column twice for some reason.
So I don't see this will help too much.
Thanks for the suggestion anyway :)