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
skip'datetimeoffset not supported in this protocal version'unlessconnection_dblib_73?
418
418
col=column('datetimeoffset_7')
419
419
col.sql_type.must_equal'datetimeoffset(7)'
420
-
col.type.must_equal:datetime
420
+
col.type.must_equal:datetimeoffset
421
421
col.null.must_equaltrue
422
422
col.default.must_equalTime.new(1984,01,24,04,20,00, -28800).change(nsec: 123456700),"Nanoseconds <#{col.default.nsec}> vs <123456700>"
423
423
obj.datetimeoffset_7.must_equalTime.new(1984,01,24,04,20,00, -28800).change(nsec: 123456700),"Nanoseconds were <#{obj.datetimeoffset_7.nsec}> vs <999999900>"
0 commit comments