clickhouse icon indicating copy to clipboard operation
clickhouse copied to clipboard

NodeJS client for ClickHouse

Results 45 clickhouse issues
Sort by recently updated
recently updated
newest added

`await client.query("CREATE USER hello HOST ANY IDENTIFIED WITH sha256_password BY 'world').toPromise();` fails with `ERROR [ExceptionsHandler] Syntax error: failed at position 77 ('FORMAT'): FORMAT JSON;` The library automatically ends a format...

Hi, I am trying to connect to Clickhouse container. I have also uploaded Click House with Docker. But when I try to connect to it, I get this error: `...

Please update documentation on how to insert csv , tsv data

There are three outdated packages in dependencies. 1. WARN  deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 2. WARN  deprecated [email protected]: request...

Inserting a value for a `Map` field can be done using a key-value format which is a kind of singlequoted JSON (see [Map(key, value) | ClickHouse Docs](https://clickhouse.com/docs/en/sql-reference/data-types/map/). This is a...

support JSONEachRow format added. This format allow insert arrays of objects or write objects to insert stream in cases when field list can not be parsed. i.e. "insert into test_array...

Great library, would be better if it was apparent how to use it. Examples: What does `trimQuery` do? `enable_http_compression` sounds like a boolean, but is an integer. How do you...

Update index.d.ts with better type definitions. Particularly useful is typing for the options object to ensure proper configuration from users

When the dynamic parameter of Uint64 exists in SQL, it returns null For example(JS): const a = 2121212121212; (uint64,RPC for c++,The back-end interface is dynamically distributed to the front-end) const...

For an Array(String) column type passing an apostrophe within the string value causes an error