According to Data Type Conversions the database type timestamp will be mapped to the ODBC database type SQL_TIMESTAMP, and the Python type datetime.datetime. timestamp, in SQL Server, however, is a ...
During testing of 0.7.0rc1, I noticed timestamp downcast errors, introduced as part of #848. I'd like to have a way to programmatically configure timestamp downcast in the python API without relying ...