You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-47710: [C++][FlightRPC] Statement attribute Support in ODBC (#47773)
### Rationale for this change
Support for getting and setting statement attributes in ODBC is added.
### What changes are included in this PR?
- Implementation of `SQLGetStmtAttr` and `SQLSetStmtAttr` to get and set statement attributes.
- Tests
### Are these changes tested?
Tested on local MSVC
### Are there any user-facing changes?
No
* GitHub Issue: #47710
Lead-authored-by: Alina (Xi) Li <alina.li@improving.com>
Co-authored-by: alinalibq <alina.li@improving.com>
Co-authored-by: justing-bq <justin.gossett@improving.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
0 commit comments