Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GH-17837: ::getColumnMeta() on unexecuted statement segfaults #17850

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Feb 18, 2025

We cannot properly get the column meta data of a statement which has been prepared, but has not yet been executed. As such we bail out early, reporting failure.

We cannot properly get the column meta data of a statement which has
been prepared, but has not yet been executed.  As such we bail out
early, reporting failure.
@cmb69 cmb69 linked an issue Feb 18, 2025 that may be closed by this pull request
@cmb69 cmb69 marked this pull request as ready for review February 18, 2025 13:38
@cmb69 cmb69 requested a review from SakiTakamachi as a code owner February 18, 2025 13:38
@cmb69 cmb69 closed this in 260e0e9 Feb 18, 2025
@cmb69 cmb69 deleted the cmb/gh17837 branch February 18, 2025 16:04
@Girgias
Copy link
Member

Girgias commented Feb 18, 2025

Could this be a "PDO Common" test rather than just SQLite? (even if just on master)

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.

::getColumnMeta() on unexecuted statement segfaults
3 participants