mithrandie / csvq

SQL-like query language for csv
https://mithrandie.github.io/csvq
MIT License
1.5k stars 65 forks source link

Request for Feature: UNION #2

Closed ondohotola closed 6 years ago

ondohotola commented 6 years ago

Hi,

the one thing I am missing in this awesome piece of code, is a UNION clause.

Can you contemplate this?

el

mithrandie commented 6 years ago

Set operaters like UNION, EXCEPT and INTERSECT are already implemented. Please refer to the following url.

https://mithrandie.github.io/csvq/reference/set-operators.html

That syntax should work correctly. (as long as I have not misunderstood SQL...

Thanks for watching.

ondohotola commented 5 years ago

Hi,

I am unable to turn the color output off, it's on by default (1.6.2)

Any advice?

el

Sent from Dr Lisse’s iPad mini 4 On 11 Aug 2018, 17:50 +0200, Yuki notifications@github.com, wrote:

Set operaters like UNION, EXCEPT and INTERSECT are already implemented. Please refer to the following url. https://mithrandie.github.io/csvq/reference/set-operators.html That syntax should work correctly. (as long as I have not misunderstood SQL... Thanks for watching. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mithrandie commented 5 years ago

I created the issue #3 . for this bug. Please wait to fix. As a workaround, you can specify the option "--color=false".

Fix report for this bug will be done with issue #3 . Thanks.