uptrace / go-clickhouse

Golang ClickHouse client
https://clickhouse.uptrace.dev
BSD 2-Clause "Simplified" License
253 stars 27 forks source link

feat: add union expr #70

Closed kzaitsev closed 1 year ago

kzaitsev commented 1 year ago

Hi, thank you for the excellent library, I previously used bun with the MySQL dialect to work with Clickhouse, but right now, I want to switch to this library. But I found there is no support for the union expressions. So I ported it from the bun.

vmihailenco commented 1 year ago

Looks good :+1: Thanks!