Skip to content

Commit

Permalink
Update DbTypeMap.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
unconverged committed Aug 20, 2022
1 parent 6a71069 commit fc7c815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDB.NET.Data/Internal/DbTypeMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ internal static class DbTypeMap
{typeof(Guid), DbType.Guid},
{typeof(decimal), DbType.Currency},
{typeof(byte), DbType.SByte},
{typeof(short), DbType.Int16},
{typeof(ushort), DbType.UInt16},
{typeof(uint), DbType.UInt32},
{typeof(ulong), DbType.UInt64},
Expand Down

0 comments on commit fc7c815

Please sign in to comment.