Miel Donkers

Results 12 issues of Miel Donkers

Resolves https://github.com/ClickHouse/clickhouse-go/issues/777 When batch inserting `Nullable` type, check if the type is a double pointer and if so, 'unwrap' to just a single pointer. Made a small proposal to force...

bug

### Issue description When reading, a 'record' is initialized based on reflection, as is shown also in examples: ```golang record := make([]any, len(columnTypes), len(columnTypes)+recordExtraSpace) // Have to initialize 'empty' values...

### Testcontainers version 0.14.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86 ### Go Version 1.19 ### Docker version ```shell $ docker version...

type/bug

### Testcontainers version 0.29.1 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch x86 ### Go version 1.22 ### Docker version ```shell unrelated ``` ###...

bug

**Company or project name** Dash0 **Describe what's wrong** Whenever a query is being cached (using `SETTINGS use_query_cache = true`) and some string 'looks' like a system table, the query fails...

potential bug

## Summary Based on some CPU and memory analysis we ran on our production systems, we noticed a few things that could be improved. I'd like to present these and...

enhancement
performance

## Observed 1. Updated ClickHouse-go from `v2.26.0` to `v2.27.0` 2. Inserts fail with ``` "error": "clickhouse [AppendRow]: Events.Attributes clickhouse [AppendRow]: converting column.clickHouseAttributeOrderedMap[github.com/dash0hq/pkg/common/column.Tuple] to Map(LowCardinality(String), Tuple(Value String, Type Enum8('Empty' = 0,...

bug

We have a bigger OpenAPI spec for which we want to publish only specific parts to Readme.com and make public. Therefore we're trying to use the `rdme openapi:reduce` function, but...

Hi, Our OpenAPI spec (3.1.0) contains a circular reference that looks like: ```yml openapi: 3.1.0 components: schemas: AnyValue: description: "AnyValue is used to represent any type of attribute value. AnyValue...

### Component(s) pdata ### What happened? **Describe the bug** The way the `Remove` and `RemoveIf` functions are implemented for `pcommon.Map`, they lead to unexpected side-effects that could have impact on...

bug