Skip to content

Исправление эскейпинга бинарных строк для Postgres 9.1+ #121

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

Merged
merged 1 commit into from
Aug 9, 2012

Conversation

AlexeyDsov
Copy link
Member

Наткнулся на багу, что при эскейпинге бинарных строк в случае использования Postgres версии 9.1 - получается некорретное значение - нужно вручную приписывать к началу строки дополнительный слэш.
Дока по постгресу: http://www.postgresql.org/docs/9.1/static/datatype-binary.html

AlexeyDsov added a commit that referenced this pull request Aug 9, 2012
Fix incorrect quoting bytea values for Postgres 9.1+
@AlexeyDsov AlexeyDsov merged commit efb63c4 into onPHP:master Aug 9, 2012
@AlexeyDsov
Copy link
Member Author

добавлено в 1.0

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.

1 participant