Skip to content

Fix for PostgreSQL bytea write bug.#599

Closed
demiankatz wants to merge 1 commit intomasterfrom
bytea-fix
Closed

Fix for PostgreSQL bytea write bug.#599
demiankatz wants to merge 1 commit intomasterfrom
bytea-fix

Conversation

@demiankatz
Copy link
Member

This enables PDO to properly escape data sent to the bytea search_object field.

Supersedes #594.

- This enables PDO to properly escape data sent to the bytea search_object field.
@jochen-lienhard
Copy link
Contributor

This solution looks good for us. It works fine and I can not find any problem.

Do you think the next ZF releases may solve this problem in the DB module?

@demiankatz
Copy link
Member Author

Thanks. I've merged this to master. I'm not sure how actively Zend\Db is being developed at this point; this seems like something that should be solved natively in the framework, but I don't know how likely it is that anyone will address that particular edge case.

@demiankatz demiankatz closed this Mar 2, 2016
@demiankatz demiankatz deleted the bytea-fix branch May 4, 2016 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants