Skip to content

Set ODBC handles as test fixture fields - #176

Merged
justing-bq merged 1 commit into
apache-odbcfrom
odbcHandleFields
Apr 21, 2026
Merged

justing-bq merged 1 commit into
apache-odbcfrom
odbcHandleFields

Conversation

@justing-bq

Copy link
Copy Markdown

Rationale for this change

Previously we had all of our ODBC handles defined as global variables but arrow prefers them to be defined as part of the test fixtures where possible.

What changes are included in this PR?

Each test fixture has its own environment, connection, and statement handle variables that point to the relevant handles defined globally.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@alinaliBQ alinaliBQ left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@justing-bq
justing-bq merged commit d25cddf into apache-odbc Apr 21, 2026
32 of 39 checks passed
@justing-bq
justing-bq deleted the odbcHandleFields branch April 21, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants