-
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
Fix for 596 #605
Fix for 596 #605
Conversation
Merging updates.
merge main into fork
Merge with master
Merge with master
merge with master
Bugfix tvp type mismatch
I ran into #596 as well. I was glad to see that this is in work! Thank you. I was using the test_tvp code to track down the problem before I found this ticket. Would adding a None/NULL input to the test_tvp be helpful here? Perhaps changing c05 to [1, 0, None]? |
Glad to see this has been fixed. Will this pull request be merged any time soon? |
I still see the issue if we have None in the first row. ('HY004', '[HY004] [Microsoft][SQL Server Native Client 11.0]Invalid SQL data type (0) (SQLBindParameter) |
I am also facing this issue |
#596
I tried this with the repro app, and ran the sqlserver tests, everything seems to work OK