Skip to content

Commit

Permalink
update internal
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed May 27, 2022
1 parent f7f54ce commit 5736658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Providers/FreeSql.Provider.SqlServer/SqlServerDbFirst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ SqlDbType GetSqlDbType(DbColumnInfo column)
case "float": return SqlDbType.Float;
case "real": return SqlDbType.Real;
case "date": return SqlDbType.Date;
case "datetime":
case "datetime2": return SqlDbType.DateTime;
case "datetime": return SqlDbType.DateTime;
case "datetime2": return SqlDbType.DateTime2;
case "datetimeoffset": return SqlDbType.DateTimeOffset;
case "smalldatetime": return SqlDbType.SmallDateTime;
case "time": return SqlDbType.Time;
Expand Down

0 comments on commit 5736658

Please sign in to comment.