Skip to content

Commit

Permalink
Update type map
Browse files Browse the repository at this point in the history
  • Loading branch information
unconverged committed Aug 20, 2022
1 parent 8031ce0 commit 7ffea77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDB.NET.Data/Internal/DbTypeMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ internal static class DbTypeMap
{typeof(ushort), DbType.UInt16},
{typeof(uint), DbType.UInt32},
{typeof(ulong), DbType.UInt64},
{typeof(DateTime), DbType.DateTime}
};


Expand Down

0 comments on commit 7ffea77

Please sign in to comment.