xo / usql

Universal command-line interface for SQL databases
MIT License
8.91k stars 351 forks source link

Fix Clickhouse Test #455

Closed murfffi closed 5 months ago

murfffi commented 5 months ago

Fix a couple of issues in drivers/clickhouse/clickhouse_test.go

go test ./drivers/clickhouse passes with these changes.

murfffi commented 5 months ago

My ultimate goal is to make a PR improving \copy support for Clickhouse but didn't want to include unrelated test fixes there.

murfffi commented 5 months ago

Thanks for taking a look, @nineinchnick !