ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse
https://clickhouse.tech
Apache License 2.0
246 stars 88 forks source link

Session id per connection #398

Closed Enmk closed 2 years ago

Enmk commented 2 years ago

Generating a random session_id, if none is specified in connection URI in config.

filimonov commented 2 years ago

Ci/cd don't work properly - windows & Macos build are not starting:

Invalid workflow file: .github/workflows/macOS.yml#L1
invalid `cron` attribute "0.0.*.*.1"

I've committed the fix in https://github.com/ClickHouse/clickhouse-odbc/pull/399 and now Macos builds fails... :|

filimonov commented 2 years ago

Ci/cd don't work properly - windows & Macos build are not starting:

Invalid workflow file: .github/workflows/macOS.yml#L1
invalid `cron` attribute "0.0.*.*.1"

I've committed the fix in #399 and now Macos builds fails... :|

will try to fix it...