Serge Klochkov

Results 37 issues of Serge Klochkov

### Is this a question? No ### Is this a bug report? Yes ### Is this a feature request? No ### Steps to reproduce Steps to reproduce are similar to...

need minimal example

First of all, thanks for the fantastic library! ## 💡 Feature description I think it would've been great to support [dotenv-like](https://www.npmjs.com/package/dotenv) behavior in envy. That Node library can read environment...

Currently, the support for the types like `Map(String, Array(String))` seems to be limited. ![image](https://user-images.githubusercontent.com/3175289/187939649-80291d32-4add-4d47-9cc1-d0da393f8a59.png) Additionally, even for a simple `Map(String, String)` which looks OK ![image](https://user-images.githubusercontent.com/3175289/187939863-410dabca-8a8b-4529-b2aa-b8e76863af99.png) we cannot go into the...

enhancement

Currently, Github actions use a forked repository. We need to investigate whether we could check out the main repo and have several tests disabled programmatically (if it is necessary) or...

enhancement
prio-high
chore

See https://github.com/ClickHouse/clickhouse-js Currently, HTTP(s) only. R9 5950X: ```bash time node index.js node index.js 18.67s user 0.82s system 102% cpu 18.936 total ```

## Summary Resolves https://github.com/ClickHouse/metabase-clickhouse-driver/issues/216 Depends on https://github.com/metabase/metabase/pull/37813 (likely, 0.49.x). ## Checklist - [x] Unit and integration tests covering the common scenarios were added - [ ] A human-readable description of...

Despite ClickHouse itself featuring great time zone(s) support, these two driver features were _never enabled_: ``` :set-timezone :convert-timezone ``` There was a draft attempt from me recently, with this snippet...

enhancement

- Check if it works with e.g. BigDecimal properly - Write some additional driver tests

enhancement
help wanted

During the last year of releases, we were mainly focused on addressing the breaking changes affecting the driver and fixing bugs. However, we were not as focused on implementing the...

enhancement
help wanted

Currently, it's pretty cumbersome to run the plugin with certificates, as it requires adding JDBC options and is not user-friendly. Example of how it's done for PostgreSQL: ![image](https://user-images.githubusercontent.com/3175289/217083878-5bedd965-acab-4b40-a292-8b0b1a223497.png)

enhancement