Closed nadjalla closed 1 year ago
@nadjalla Hi! Sorry for a late response.
I don't see DateTime2 in Snowflake date-time types. Is it some sort of TIMESTAMP?
Check that you use correct C# types for mapping:
TIMESTAMP_TZ and TIMESTAMP_LTZ => DateTimeOffset TIMESTAMP_NTZ => DateTime
Thanks, I will check to make sure I'm using the right C# type
Dates in datetime2 format (YYYY-MM-DD hh:mm:ss[.nnnnnnn]) failed to deserialize while using the mapper.
QueryAsync<T>(sqlQuery)
fail ifT
have DateTime property that have datetime2 in snowflake database