-
Notifications
You must be signed in to change notification settings - Fork 373
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
Conversion is unnecessary for numeric parameters #1136
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1136 +/- ##
======================================
Coverage ? 77.55%
======================================
Files ? 24
Lines ? 7280
Branches ? 0
======================================
Hits ? 5646
Misses ? 1634
Partials ? 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good. Just some final minor cleanup.
break; | ||
case CP_UTF8: | ||
sql_c_type = (is_a_numeric_type(sql_type)) ? SQL_C_CHAR : SQL_C_WCHAR; | ||
//sql_c_type = SQL_C_WCHAR; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed this line in clean up?
No description provided.