Commit e5f05c7
authored
### Rationale for this change
Add support for column binding in ODBC.
### What changes are included in this PR?
- Implement SQLBindCol & tests
### Are these changes tested?
Tested on local MSVC
### Are there any user-facing changes?
N/A
* GitHub Issue: #47716
Authored-by: Alina (Xi) Li <[email protected]>
Signed-off-by: David Li <[email protected]>
1 parent cb31765 commit e5f05c7
File tree
2 files changed
+554
-2
lines changed- cpp/src/arrow/flight/sql/odbc
- tests
2 files changed
+554
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | | - | |
1104 | | - | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
1105 | 1113 | | |
1106 | 1114 | | |
1107 | 1115 | | |
| |||
0 commit comments