asynch icon indicating copy to clipboard operation
asynch copied to clipboard

Add big decimal

Open geronimogoemon opened this issue 3 years ago • 0 comments

Hello!

I have found myself in need of the maximal Decimal allowed by clickhouse which is Decimal(76, ..). Unfortunately, I have noticed that asynch supports only up to Decimal128. I have therefore looked up the code in clickhouse_driver https://github.com/mymarilyn/clickhouse-driver/blob/master/clickhouse_driver/columns/decimalcolumn.py copied it over and adjusted a little bit to make it work with async.

Does this look alright?

Additionally, to make it work it requires the pending PR https://github.com/long2ice/asynch/pull/42 so I branched from the top of it.

geronimogoemon avatar Jul 13 '22 17:07 geronimogoemon