Dale McDiarmid
Dale McDiarmid
> Thanks for your reply . So should/can I go about doing string-to-time that supports a large number of types? Or like datetime64 only supports default type of time. I...
As an example, https://github.com/araddon/dateparse/issues has over 1.7k stars and still have issues and no commits in 2yrs. We open the can to support formats we have to take issues on...
Also curious if this is possible. Id like to analyse and collect stats from the PCM data.
Current solution is to use a custom class for the auth pair i.e. ``` class UTFBasicAuth(): def __init__(self, username, password): self.username = username self.password = password def encode(self, encoding): return...
Are you proposing changing how the pool works or allowing a specific connection to be used? Selecting a connection from the idle pool should be cheap - you can always...
There was a request to expose how connections are selected from the pool. Maybe this would solve your requirement? i.e. allow the acquire function to be custom?
Agree we need to do this @yuzhichang
YOu need to pass **string not *string to represent the null value i.e. a pointer to a pointer.
e.g. https://github.com/ClickHouse/clickhouse-go/blob/main/examples/clickhouse_api/nullable.go#L63-L75
and https://github.com/ClickHouse/clickhouse-go/blob/main/tests/std/string_test.go#L60-L69