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

Various fixes for SQLBrowseConnect/W, SQLGetConnectAttr/W,and SQLSetConnectAttr/W #10

Merged
merged 1 commit into from
Apr 3, 2018

Conversation

v-chojas
Copy link
Contributor

  • SQLBrowseConnect: fix buffer overflow, Unicode conversion, and error extraction
  • SQLBrowseConnectW: fix buffer overflow, missing HY090 check, missing IM001 check, and error extraction - also made the code more consistent with SQLBrowseConnect
  • SQLGetConnectAttr/W - allow getting set fixed-length custom per-connect attributes, fix Unicode conversion(W)
  • SQLSetConnectAttrW - fix omitted field assignment in structure, and clear errors from previous calls before posting errors on trace attributes
  • Made error messages more consistent with Windows' DM

I see 2.3.7 is coming, hope these fixes can make it.

@lurcher lurcher merged commit 2b4427a into lurcher:master Apr 3, 2018
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