Commit 582d99c
authored
MINOR: [C++][FlightRPC] Clarify IsAutoUnique equivalence between ODBC 2.0 and 3.0+ (#48689)
### Rationale for this change
Clarify that `IsAutoUnique()` correctly maps to both ODBC 2.0 (`AUTO_INCREMENT`) and ODBC 3.0+ (`AUTO_UNIQUE_VALUE`) concepts, resolving a TODO comment.
Reference: https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlgettypeinfo-function?view=sql-server-ver17
### What changes are included in this PR?
Replace the todo to the explanation of the equivalence.
### Are these changes tested?
No, I did not test.
### Are there any user-facing changes?
No, dev-only.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: David Li <[email protected]>1 parent 29586f4 commit 582d99c
File tree
1 file changed
+3
-1
lines changed- cpp/src/arrow/flight/sql/odbc/odbc_impl
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
0 commit comments