-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AD-909] Enable SQL_ATTR_ROW_ARRAY_SIZE statement attribute greater than 1. #114
Conversation
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, just small nit to add a TODO and create a ticket. I will approve after those changes
Create a ticket Performance test can be run with a ROW ARRAY SIZE greater than 1. and updated comment. |
Co-authored-by: Alina (Xi) Li <[email protected]>
MacOS Big Sur 11 Debug Build Code Coverage Result
|
Ubuntu 20.04 Debug Build Unit Test Results Check
|
…han 1. (#114) * [AD-909] Implement row_array_size statement attribute. Fix discovered bugs. * [AD-909] Attempt to resolve MacOS test issues. * [AD-909] Attempt to resolve MacOS test issues. * [AD-909] Attempt to resolve MacOS test issues. * [AD-909] Fix compile error. * [AD-909] Clean-up code. * [AD-876] Code review improvement to add ticket for performance tests. * [AD-876] Code review improvements comments/data types/documentation. * Update src/odbc-test/src/api_robustness_test.cpp Co-authored-by: Alina (Xi) Li <[email protected]> Co-authored-by: Alina (Xi) Li <[email protected]>
…han 1. (#114) * [AD-909] Implement row_array_size statement attribute. Fix discovered bugs. * [AD-909] Attempt to resolve MacOS test issues. * [AD-909] Attempt to resolve MacOS test issues. * [AD-909] Attempt to resolve MacOS test issues. * [AD-909] Fix compile error. * [AD-909] Clean-up code. * [AD-876] Code review improvement to add ticket for performance tests. * [AD-876] Code review improvements comments/data types/documentation. * Update src/odbc-test/src/api_robustness_test.cpp Co-authored-by: Alina (Xi) Li <[email protected]> Co-authored-by: Alina (Xi) Li <[email protected]>
Summary
[AD-909] Enable SQL_ATTR_ROW_ARRAY_SIZE statement attribute greater than 1.
Description
Related Issue
https://bitquill.atlassian.net/browse/AD-876
Additional Reviewers
@affonsoBQ
@alexey-temnikov
@alinaliBQ
@andiem-bq
@birschick-bq
@mitchell-elholm
@RoyZhang2022