]> granicus.if.org Git - php/commit
Fixed bug #62857 (bytea test failures)
authorMatteo Beccati <mbeccati@php.net>
Sat, 1 Jun 2013 21:15:48 +0000 (23:15 +0200)
committerMatteo Beccati <mbeccati@php.net>
Sat, 1 Jun 2013 21:15:48 +0000 (23:15 +0200)
commit79803bebdea2827d66c0f96fd3dbaf4a2747ff27
tree0184358ef01821b5cde751c548558105874e66af
parent598e2690b81a145589f6dfe06f77d9e3b66a7853
Fixed bug #62857 (bytea test failures)

Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.

I haven't updated the NEWS file as it's just test fixes.
ext/pgsql/tests/10pg_convert_85.phpt
ext/pgsql/tests/12pg_insert_85.phpt
ext/pgsql/tests/14pg_update_85.phpt
ext/pgsql/tests/18pg_escape_bytea.phpt