SNOW-1735958: Snowflake TIME column is returned as .Net DateTime and not .Net TimeOnly #1040
Labels
question
Issue is a usage/other question rather than a bug
status-triage_done
Initial triage done, will be further handled by the driver team
So I have a table
I am reading from this table returning a DataReader:
The datareader returns the TIME_ONLY column as DateTime.
I would expect it as .net TimeOnly.
So if I insert read data to a new table, insert fails w/e.g. error:
Error: Time '1970-01-01T01:59:11.4040000+01:00' is not recognized SqlState: 22007, VendorCode: 100108, QueryId: 01b7ae5b-0000-bcba-0000-811900033022
Additional Information:
The text was updated successfully, but these errors were encountered: