-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix datetime fraction #541
Bugfix datetime fraction #541
Conversation
Merging updates.
merge main into fork
Merge with master
Merge with master
Tests for this fix. (I thought I should be able to submit a PR directly to your fork but GitHub doesn't seem to want to let me.)
|
@v-makouz - Can you patch the above tests into your PR or would you prefer that I create a separate PR for mkleehammer/pyodbc ? |
@gordthompson I've added the tests, thanks for making them, I ran them to make sure everything works as expected |
When will this be merged? |
Only @mkleehammer can merge it. |
Fix for issue #540, where when inserting time with shorter precision causes an overflow, because the actual value is not truncated before being sent to the driver