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