Michael König
Michael König
I never would download code from Git for production; if anything, download source packages from pypi.org. I'd suggest to go down the conda route for production, however, as this has...
In any case, mentioning conda in the docs absolutely makes sense; I thought we already did that, but we do not.
Yes, this is currently not supported. Would you agree with the following behavior? Python 2: ---------- Reading: * DB `SQL_VARBINARY` -> Python `str` * DB `SQL_VARCHAR` -> Python `unicode` Writing:...
Well, turbodbc already supports Unicode, just via the UTF-8 path ;-). I have corrected it above.
I would like to point out that `turbodbc` consists of several libraries. Only a supporting library links against `pyarrow`. If `pyarrow` is not present in the environment, `turbodbc` will still...
Indeed, there are plans to do so, and also to include reserved instance consumption. I'll try to make the PR this month.
Unfortunately, I have not even come remotely close to working on this, and just looking at my private calendar, this is unlikely to change soon.