ilker
ilker
This is a great feature, I see that it has been merged but I think we don't get it with pip install, right?
Hi Aleksandr, I'd like to give this a try. I've reviewed some of the older type-related commits, and I think I understand the pattern. 1. Create the type 2. Create...
Hey, I did couple of things to make it work, I'm having a problem when generating the _gen files: Here is the summary: 1. Add new type variants to proto/cmd/ch-gen-col/main.go...
@ernado I took some progress, I had to change the main.go and some tmpl files and while introducing Time64 & Time32 I noticed new bugs related to templates, I only...
Hi @ernado Generators support custom encode/decode for these types and I didn't push those changes yet, I made tmpl modifications that works for time64 and time32 , but I noticed...
Hey everyone, I came across this issue and found it really interesting — so I decided to dig in a bit and wanted to share some thoughts and ideas based...
Hi, Did you notice that the merge is to revert these types? That means clickhouse doens't support these types, can you please explain your reasoning here?
Hi, I did a little bit investigation and I think these types are not implemented. Version: 25.3.4.190 ```sql SELECT name FROM system.data_type_families WHERE name LIKE '%Time%' ``` and it returns...
Hi, Thanks for your reply, i was working on this and got errors when testing and wanted to clarify here. I will review my work and create the PR then,...
Hi @Slach , As of now If I pull the clickhouse, it returns version `25.5.2.47` ```bash docker pull clickhouse/clickhouse-server:latest ``` I tried with a more recent release. ```sql SELECT version();...