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
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
fix handling of sqlserver datetime2 fractional second precision
datetime2 can hold up to 7 fractional seconds
add SqlServerDateTime2Converter.ToQuotedString override that includes 7 fractional seconds in format
update unit test to test select on datetime2 value that has 7 fractional seconds
0 commit comments