Commit 8c2d93c
apacheGH-49444: [C++][FlightRPC][ODBC] Disable DSN default values on MacOS (apache#49402)
### Rationale for this change
iodbc driver manager on macOS treats default values as real values when reading from system DSN, and the driver manager ignores the actual values.
* GitHub Issue: apache#49444
Lead-authored-by: justing-bq <62349012+justing-bq@users.noreply.github.com>
Co-authored-by: alinalibq <alina.li@improving.com>
Signed-off-by: David Li <li.davidm96@gmail.com>1 parent dbbf7cf commit 8c2d93c
File tree
1 file changed
+15
-2
lines changed- cpp/src/arrow/flight/sql/odbc/odbc_impl/config
1 file changed
+15
-2
lines changedLines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | 132 | | |
135 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
136 | 148 | | |
137 | 149 | | |
138 | 150 | | |
139 | 151 | | |
140 | 152 | | |
141 | 153 | | |
| 154 | + | |
142 | 155 | | |
143 | 156 | | |
144 | 157 | | |
| |||
0 commit comments