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

[5.1] Update hydrate to handle binary stream resources #10857

Closed
wants to merge 2 commits into from
Closed

[5.1] Update hydrate to handle binary stream resources #10857

wants to merge 2 commits into from

Commits on Nov 9, 2015

  1. Update hydrate to handle binary stream resources.

    `Eloquent->hydrate` now runs `stream_get_contents` on resource columns before passing them into the model.
    This resolves an issue where it is impossible to adequately deal with binary data from PostgreSQL.
    #10847
    jaw-sh committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    3888b29 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    85073d5 View commit details
    Browse the repository at this point in the history