You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like support for this type was added to FreeTDS after I had started working on ctds. I can look into adding support when I get some free time in the next few days.
Support for timezone creation in the C API is coming in Python 3.7 it appears: python/cpython#5032. I suppose translating the DATETIMEOFFSET to an ISO 8601-encoded string is reasonable for versions prior to 3.7
I was attempting to use this library and am having issues with a table containing a datetimeoffset column. Is this not supported in ctds?
NotSupportedError: unsupported type 43 for column
Thanks,
Chad
The text was updated successfully, but these errors were encountered: