TA3PKS
TA3PKS
would be a great feature also rerunning flaky ones
@Peternator7 I had a very quick look into `display` macro I dont exactly understand whats going on with arms without actually logging a couple of things but it seems you...
sorry I dont have this particular code any more i figured it was an issue with the types but no errors reported i think this still is a bug tho
I think i figured this out and i can produce a minimal reproducable example
As seen [here](https://gist.github.com/ta3pks/8c3c252d750669373e9cc0fa528a6087#file-main-rs) both inserts succeed however second insert simply was not inserted despite being successful i thought this is a clickhouse server specific issue however when i run the...
to run the example i wrote simply provide the db address in full URI form eg. `cargo run -- https://me:[email protected]/mydb`
well i im using this in production so far as long as two consequtive ids are not the same it works fine but if your case cannot handle "but sometimes"...
@loyd have you had a look at my minimal example ? my clickhouse version is `23.9.2 revision 54466` i am using hosted version of clickhouse
in order to be able to use data dont you anyway need to know the shape of it? This seems like an x y problem. If you perhaps share your...
this seems Really easy to fix actually row trait just contains a property of column names making the type `impl AsRef` would just solve everything without breaking the current implementations...