--- embedaddon/php/ext/pgsql/tests/14pg_update.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pgsql/tests/14pg_update.phpt 2013/10/14 08:02:28 1.1.1.2 @@ -3,7 +3,7 @@ PostgreSQL pg_update() --SKIPIF-- ='); +skip_bytea_not_escape(); ?> --FILE-- --EXPECT-- -UPDATE php_pgsql_test SET num=1234,str='ABC',bin='XYZ' WHERE num=1234; -Ok +UPDATE "php_pgsql_test" SET "num"=1234,"str"=E'ABC',"bin"=E'XYZ' WHERE "num"=1234; +Ok \ No newline at end of file