Skip to content

Commit 573dd60

Browse files
committed
move matching back down
1 parent e50a041 commit 573dd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProgressOnderwijsUtils/SchemaReflection/SqlSystemTypeIdExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ static readonly (Type clrType, SqlSystemTypeId typeId)[] typeLookup = {
6868
(typeof(uint), SqlSystemTypeId.Binary),
6969
(typeof(DateTime), SqlSystemTypeId.DateTime2),
7070
(typeof(DateTime), SqlSystemTypeId.DateTime),
71-
(typeof(DateTime), SqlSystemTypeId.Date),
7271
(typeof(DateOnly), SqlSystemTypeId.Date),
72+
(typeof(DateTime), SqlSystemTypeId.Date),
7373
(typeof(DateTime), SqlSystemTypeId.SmallDateTime),
7474
(typeof(DateTimeOffset), SqlSystemTypeId.DateTimeOffset),
7575
(typeof(decimal), SqlSystemTypeId.Decimal),

0 commit comments

Comments
 (0)