schaal

Results 5 issues of schaal

When I try the run the following code I get the following error: error encoding message with encoder msgpack: Decode(nonaddressable main.MyDecimal) encoded bytes: [131 204 204 204 188 205 1...

I have a table with a column 'pb' with type: 'Nullable(Decimal(9, 4)) `client = Client(host,port, settings={'use_numpy': True})` `df = client.query_dataframe('select pb from some_table limit 500;')` When I try to load...

enhancement

It seems only v 0.4.1 is available for official release. This means the examples on the front page do not work since auto_connect does not seem implemented yet? Thanks for...

is it possible to have a custom time function? when using the built in logging module I do: `logging.Formatter.converter = custom_time_func` I am not sure how to accomplish this using...