Markus Klein
Markus Klein
Probably not even needed, just stating that `SQLDescribeCol` truncates column names those binary length exceeds the character length, is a precise description, which should enable them to reproduce.
Remark: Using `SQLColAttribute` instead of `SQLDescribeCol` might work.
Hello @TheDataScientistNL , the best way to deal with `VARCHAR(max)` ist to set the `max_text_size` parameter. See the documentation here: You are not using the `read_arrow_batches_from_odbc` directly but via polars,...
> I hope this is the right place to ask the question, because I am not sure if this is arrow-odbc related or ODBC driver related... Neither it is ODBC...
Just typing on my phone right now, so I will keep it short. I can sympathise with that. I wouldn't recommend a passthrough at all.
@theMarix Thank you.
thx, looking forward to your feedback
Hello @okaneco, Thanks for your PR. > I saw some significant wins across the board with this on the benchmarks This is interesting. `ascii_to_digit` and `ascii_to_hexdigit` is supposed to be...
Had a spare moment. I can confirm the speedups. I'll need a bit more spare time to think about the interface.
Thanks for the hint. It is part of the charm of this library that it works with any integer type (i.e. anything with a neutral element and successors) not only...