-
Critical security issue: it's extremely easy to forge a malicious request by using single quotes in a parameter value.
```
> builder.query().select('password').from('users').where('user_id', '=', …
-
Tried to check ClickHouse codebase, but it crashed. You can get ClickHouse codebase just from GitHub:
```
git clone git@github.com:ClickHouse/ClickHouse.git clickhouse
scripts/scan_for_anomalies.sh…
qoega updated
2 years ago
-
### Describe the bug
Unable to insert unix timestamp in nanos into DateTime64(9) column starting from 0.8.0 version.
Latest 0.7.19 works as expected.
### Steps to reproduce
1. Create a table…
-
### What happened?
error - (api)\src\utils\s3-client.ts (205:23) @ new S3Bucket
error - Error: s3 bucket var missing
at new S3Bucket (webpack-internal:///(api)/./src/utils/s3-client.ts:148:28)
…
-
**Problem**
Hi! I have app with Cube.js version 0.33.58 and ClickHouse 23 with two environments, production and development. Recently I faced with an error when I try to query at production env:
…
-
Is possible to set SigNoz Clickhouse password as k8s secrets in place to hardcode it in the values.yaml ?
[Slack Message](https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1671213179342089?thr…
-
Hi,
When we query traces from Clickhouse as a data source we don't see the span references listed, which is different from when I check traces from Tempo, where the reference links are in fact listed…
-
opentelemetry-101_collector_1 exited with code 1
Logs :
`collector_1 | Error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
collector_1 |
collector_1 | *…
-
Presto-clickhouse connector transforms a `TIMESTAMP WITH TIME ZONE` constant like `from_iso8601_timestamp('2023-09-20T00:00:00+09:00')` to `TIMESTAMP '2023-09-19 15:00:00.000'` literal in native Click…
-
We use your Operator to manage Clickhouse cluster. Thank you.
After some hardware failure we reset PVC (and zookeeper namespace) to re-create one clickhouse node.
Most of metadata like views, ma…