Skip to content

GH-49723: [C++][FlightRPC][ODBC] Update ODBC Documentation#49851

Open
justing-bq wants to merge 1 commit intoapache:mainfrom
Bit-Quill:gh-49723-doc-updates
Open

GH-49723: [C++][FlightRPC][ODBC] Update ODBC Documentation#49851
justing-bq wants to merge 1 commit intoapache:mainfrom
Bit-Quill:gh-49723-doc-updates

Conversation

@justing-bq
Copy link
Copy Markdown
Contributor

@justing-bq justing-bq commented Apr 23, 2026

Rationale for this change

Update ODBC Documentation in preparation for public release.
Resolves #49723

What changes are included in this PR?

Miscellaneous doc changes.

Are these changes tested?

N/A

Are there any user-facing changes?

No

@justing-bq justing-bq requested a review from lidavidm as a code owner April 23, 2026 21:08
@github-actions
Copy link
Copy Markdown

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@justing-bq justing-bq changed the title Update ODBC Documentation GH-49723: [C++][FlightRPC][ODBC] Update ODBC Documentation Apr 23, 2026
@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #49723 has been automatically assigned in GitHub to PR creator.

@justing-bq
Copy link
Copy Markdown
Contributor Author

@lidavidm @kou
Please take a look when you have time.

UID = sample_user
PWD = sample_password
useEncryption = false
UseWideChar = true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is uppercase here, lowercase below; which is it/does it matter?

| `useSystemTrustStore` | Setting to determine whether to use a CA certificate from the system's trust store or from a specified .pem file. | `true`
| `stringColumnLength` | Maximum length of a string column. | `NONE`
| `useWideChar` | Setting to determine if wide characters should be used. | `true` on Windows, `false` on MacOS & Linux
| `chunkBufferCapacity` | Capacity of a chunk buffer. | 5
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be worth describing why/when you would change these last three parameters?

@github-actions github-actions Bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][FlightRPC][ODBC] Documentation: Connection Options for Unix Systems

2 participants