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 truncated oracle fetch result #4581

Merged
merged 1 commit into from Apr 10, 2021

Commits on Apr 9, 2021

  1. Add error handler around oci_fetch_array to screen for oracle warnings

    The error handler screens for oracle warnings from php oci8 driver
    and converts them to a truncated query result exception. This also adds a test
    that demonstrates the issue where a result set larger than the oci8
    default prefetch value is queried, but a truncated
    row set is returned due to the dataset being invalidated during the
    fetch sequenece.
    amenning committed Apr 9, 2021
    Copy the full SHA
    5bd5b4b View commit details
    Browse the repository at this point in the history