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
In TDS protocol 7.3, FreeTDS starts returning dates as SYBMSDATE (40) and datetimes as SYBMSDATETIME2 (42). These are unhandled so the wrapper raises:
Freetds.Dblib.nextrow: dbcoltype not handled (C stub)
Unfortunately, I'm not really sure how to make this work. I tried adding these types to the SYBDATETIME conversion section, but I got all dates returned as 1900-0-01 (Microsoft's date zero).
Just creating this in case someone else knows how to make this work.
The text was updated successfully, but these errors were encountered:
In TDS protocol 7.3, FreeTDS starts returning dates as
SYBMSDATE
(40) and datetimes asSYBMSDATETIME2
(42). These are unhandled so the wrapper raises:Unfortunately, I'm not really sure how to make this work. I tried adding these types to the
SYBDATETIME
conversion section, but I got all dates returned as 1900-0-01 (Microsoft's date zero).Just creating this in case someone else knows how to make this work.
The text was updated successfully, but these errors were encountered: