Skip to content
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

Avoid panic when procedure returns null for bit type output parameter #47

Merged
merged 1 commit into from
Dec 14, 2016
Merged

Avoid panic when procedure returns null for bit type output parameter #47

merged 1 commit into from
Dec 14, 2016

Conversation

gljubojevic
Copy link
Contributor

SQL server requires setting output parameters in procedure body
regardless of default value set in procedure declaration.
Default values are ONLY for parameters not specified in procedure call.
gofreetds specifies all output parameters in procedure call without
assigning them value in effect all output parameters will be null if
procedure body doesn’t set them to specific value.

SQL server requires setting output parameters in procedure body
regardless of default value set in procedure declaration.
Default values are ONLY for parameters not specified in procedure call.
gofreetds  specifies all output parameters in procedure call without
assigning them value in effect all output parameters will be null if
procedure body doesn’t set them to specific value.
@ianic ianic merged commit 946f72e into minus5:master Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants