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
TDS Versions 7.2 and lower (Choosing a TDS protocol version) should thus convert Go's time.Time type to SQL Server's Datetime or Smalldatetime instead.
As per SQL Server 2000 Data Types reference sheet, SQL Server 2000 does not support the
datetimeoffset
datatype.TDS Versions 7.2 and lower (Choosing a TDS protocol version) should thus convert Go's
time.Time
type to SQL Server'sDatetime
orSmalldatetime
instead.Quick fix here: HogeBlekker@5bbd4d7#diff-5ee73a8948fae3981d131cd537908512
The text was updated successfully, but these errors were encountered: