-
Notifications
You must be signed in to change notification settings - Fork 0
Enable ODBC build in MacOS CI #139
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
Conversation
e80761c to
61ddbac
Compare
e3f8574 to
de82fe7
Compare
a03d5b0 to
3a5c41b
Compare
alinaliBQ
left a comment
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.
Great work! I will give a detailed review when PR is ready :)
c73d93f to
c7a7454
Compare
cb85c06 to
b4113b7
Compare
9be8637 to
f85dba2
Compare
7df62c8 to
ba3a999
Compare
0389ca8 to
36c6474
Compare
36c6474 to
2008b72
Compare
a3115a3 to
c9eafcc
Compare
alinaliBQ
left a comment
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.
nit
| } | ||
|
|
||
| TYPED_TEST(ErrorsTest, TestSQLErrorInputData) { | ||
| TYPED_TEST(ErrorsOdbcV2Test, TestSQLErrorInputData) { |
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.
JFYI - this test still fails on my local machine. I think implementing SQLError might fix this. No changes needed for this comment in this PR
c9eafcc to
10664ac
Compare
alinaliBQ
left a comment
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.
LGTM!
0b6a5af to
7c1f195
Compare
| SQLGetData(this->stmt, 27, SQL_C_DEFAULT, &wvarchar_val, buf_len, &ind)); | ||
| SQLGetData(this->stmt, 27, SQL_C_WCHAR, &wvarchar_val, buf_len, &ind)); | ||
| EXPECT_EQ(L'你', wvarchar_val[0]); | ||
| EXPECT_EQ(L'好', wvarchar_val[1]); |
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.
please undo this change for the test
7c1f195 to
d0444f7
Compare
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?