Serge Klochkov

Results 37 issues of Serge Klochkov

Follow-up for #165, since the coverage report was removed from there to reduce the scope, and Jasmine is now used instead of Jest. It's a nice to have feature: separately...

enhancement
browser
node

As of #165, there are no logs at all in the browser implementation. It is nice to have at least some for debug purposes; additionally, since there is no `process`,...

enhancement
browser

See https://github.com/ClickHouse/clickhouse-js/pull/165#discussion_r1262595519. `eval` is used to prevent Webpack from resolving a `require` that never happens since we had no luck with [magic comments](https://webpack.js.org/api/module-methods/#webpackignore). However, it should be possible to do...

enhancement
browser

[Karma is EOL and deprecated.](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes) It was chosen as there is a lot of documentation and available features, but ultimately we need to replace it with something more modern. There...

enhancement
browser

Added in 22.10: https://github.com/ClickHouse/ClickHouse/pull/42071

enhancement

A suggestion from Mark: https://github.com/ClickHouse/clickhouse-js/pull/33#issuecomment-1210634168 Will be useful for other integrations.

enhancement

An example of such an error: ``` Code: 57. DB::Exception: There was an error on [clickhouse2:9000]: Code: 57. DB::Exception: Table default.command_test_2a751694160745f5aebe586c90b27515 already exists. (TABLE_ALREADY_EXISTS) (version 22.6.5.22 (official build)). (TABLE_ALREADY_EXISTS) (version...

enhancement
good first issue

TBD - [ ] Benchmarks - [ ] Stress test - [ ] Memory leaks detection

enhancement
question

We need to verify that we can send every setting without issues.

enhancement
good first issue

Currently, we only have `wait_till_end_of_query` [Complete list](https://github.com/ClickHouse/ClickHouse/blob/73709b04884ed7d228ac87f8a75a4a8c096ae598/src/Server/HTTPHandler.cpp#L668-L669)

enhancement
good first issue