We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2decb commit a241693Copy full SHA for a241693
DuckDB.NET.Data/Internal/DuckDBTypeMap.cs
@@ -56,7 +56,7 @@ internal static class DuckDBTypeMap
56
{ typeof(DateOnly), DuckDBType.Date},
57
{ typeof(TimeOnly), DuckDBType.Time},
58
#endif
59
- { typeof(DateTimeOffset), DuckDBType.TimeTz},
+ { typeof(DateTimeOffset), DuckDBType.TimestampTz},
60
{ typeof(BigInteger), DuckDBType.HugeInt},
61
{ typeof(string), DuckDBType.Varchar},
62
{ typeof(decimal), DuckDBType.Decimal},
0 commit comments