Skip to content

Commit 1d470e7

Browse files
committed
Merge pull request ThatRendle#298 from denbkh/master
fixes ThatRendle#297
2 parents c0ec833 + 4f0228b commit 1d470e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Simple.Data.SqlServer/SqlDbTypeEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static class SqlDbTypeEx
1818
{ SqlDbType.Date, typeof(DateTime)},
1919
{ SqlDbType.DateTime, typeof(DateTime)},
2020
{ SqlDbType.DateTime2, typeof(DateTime)},
21-
{ SqlDbType.DateTimeOffset, typeof(DateTime)},
21+
{ SqlDbType.DateTimeOffset, typeof(DateTimeOffset)},
2222
{ SqlDbType.Decimal, typeof(decimal)},
2323
{ SqlDbType.Float, typeof(double)},
2424
{ SqlDbType.Image, typeof(byte[])},

0 commit comments

Comments
 (0)