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

[DBAL-2637] Fix closing prepared statement cursor with LOB column on Oracle #2645

Merged
merged 1 commit into from
Feb 8, 2017

Conversation

deeky666
Copy link
Member

@deeky666 deeky666 commented Feb 7, 2017

Fixes #2637

Closing the cursor on the prepared statement errors if any previous call to oci_fetch_array() in the oci8 driver returned false because of having reached the end of the result cursor. This also only occurs if a LOB type column is part of the selected result.

This is a regression introduced in #2546

@Ocramius Ocramius self-assigned this Feb 8, 2017
@Ocramius Ocramius merged commit f5dcc4c into doctrine:master Feb 8, 2017
Ocramius added a commit that referenced this pull request Feb 8, 2017
…n-LOB-in-oracledb' into 2.5

Backport #2637 to 2.5.x
Backport #2645 to 2.5.x
@Ocramius
Copy link
Member

Ocramius commented Feb 8, 2017

Backported to 2.5 via cd527bb

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants