Commit af184f5
authored
### Rationale for this change
We want to use a SQLWCHAR array for wide string literal inside our test suite instead of a SQLWCHAR vector.
### What changes are included in this PR?
SQLWCHAR vector used for wide string literals are replaced with a SQLWCHAR array instead.
Columns tests were refactored to perform assertions over std::string equality rather than wide string equality.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* GitHub Issue: #49561
Authored-by: justing-bq <62349012+justing-bq@users.noreply.github.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent 999a662 commit af184f5
5 files changed
Lines changed: 647 additions & 671 deletions
File tree
- cpp/src/arrow/flight/sql/odbc
- odbc_impl
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
102 | 121 | | |
103 | 122 | | |
104 | 123 | | |
| |||
0 commit comments