Home
last modified time | relevance | path

Searched refs:pg_query_params (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D23sync_query_params.phpt6 if (!function_exists('pg_query_params')) die('skip function pg_query_params() does not exist');
17 $result = pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
40 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
41 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
49 …$result = pg_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC…
H A Dbug46408.phpt2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
18 pg_query_params("SELECT $1::numeric", array(3.5));
H A D25async_query_params.phpt48 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
49 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D26async_query_prepared.phpt62 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
63 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h88 PHP_FUNCTION(pg_query_params);
H A Dpgsql.c590 PHP_FE(pg_query_params, arginfo_pg_query_params)
1809 PHP_FUNCTION(pg_query_params) argument
/PHP-5.5/
H A DNEWS2159 . Bug #46408: Locale number format settings can cause pg_query_params to
6707 - Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
8759 - Fixed bug #36606 (pg_query_params() changes arguments type to string). (Tony)
9071 . pg_query_params() - execution of parameterized queries.
9074 . pg_send_query_params() - async equivalent of pg_query_params().

Completed in 108 milliseconds