What causes this error:
ValueError: microsecond must be in 0..999999
Using Python 3 and pypyodbc version 1.3.5
The query is very simple and has worked for months. I can only stop the error by removing a column of type datetime2(7)
with a value:
6/11/2018 10:54:47.9730000
another value that does not produce the error is : 6/22/2018 10:38:35.5630000
Thanks!