Skip to content

Conversation

@redvers
Copy link
Owner

@redvers redvers commented Oct 20, 2025

When we created a new query on an existing STMT handle the ODBC driver would clear all the parameter and column buffers, but not the local cache.

This change clears the private _parameters and _columns when .finish()? is executed.

When we created a new query on an existing STMT handle the ODBC driver would clear all the parameter and column buffers, but not the local cache.

This change clears the private \_parameters and \_columns when .finish()? is executed.
@redvers redvers added the changelog - fixed trigger the bot label Oct 20, 2025
@redvers redvers merged commit 4afae6d into main Oct 20, 2025
6 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 20, 2025
github-actions bot pushed a commit that referenced this pull request Oct 20, 2025
@redvers redvers deleted the clear_cols_params_on_finish branch October 20, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog - fixed trigger the bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants