Home
last modified time | relevance | path

Searched refs:pg_insert (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A Dpg_insert_002.phpt2 PostgreSQL pg_insert() - test for CVE-2015-1532
13 var_dump(pg_insert($conn, $table, array('id' => 1, 'id2' => 1)));
19 Warning: pg_insert(): The table name must be specified in %s on line %d
22 Warning: pg_insert(): The table name must be specified in %s on line %d
25 Warning: pg_insert(): The table name must be specified in %s on line %d
H A Dpg_delete_001.phpt17 pg_insert($conn, 'foo', array('id' => 1, 'id2' => 1));
18 pg_insert($conn, 'foo', array('id' => 1, 'id2' => 2));
19 pg_insert($conn, 'foo', array('id' => 1, 'id2' => 2));
20 pg_insert($conn, 'foo', array('id' => 3, 'id2' => 3));
22 pg_insert($conn, 'phptests.foo', array('id' => 1, 'id2' => 1));
23 pg_insert($conn, 'phptests.foo', array('id' => 1, 'id2' => 2));
24 pg_insert($conn, 'phptests.foo', array('id' => 2, 'id2' => 3));
25 pg_insert($conn, 'phptests.foo', array('id' => 2, 'id2' => 3));
H A Dpg_insert_001.phpt16 pg_insert($conn, 'foo', array('id' => 1, 'id2' => 1));
18 pg_insert($conn, 'phptests.foo', array('id' => 1, 'id2' => 2));
20 var_dump(pg_insert($conn, 'phptests.foo', array('id' => 1, 'id2' => 2), PGSQL_DML_STRING));
30 Warning: pg_insert(): Table 'foo' doesn't exists in %s on line %d
H A D12pg_insert.phpt2 PostgreSQL pg_insert()
17 pg_insert($db, $table_name, $fields) or print "Error in test 1\n";
18 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING)."\n";
H A D12pg_insert_9.phpt2 PostgreSQL pg_insert() (9.0+)
19 pg_insert($db, $table_name, $fields) or print "Error in test 1\n";
20 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING)."\n";
H A Dbug68638.phpt16 pg_insert($conn,$table, array('id' => 1, 'value' => 1.2));
17 pg_insert($conn,$table, array('id' => 2, 'value' => 10));
18 pg_insert($conn,$table, array('id' => 3, 'value' => 15));
H A D80_bug39971.phpt2 Bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields)
20 pg_insert($dbh, 'php_test', $values);
H A D80_bug42783.phpt2 Bug #42783 (pg_insert() does not support an empty value array)
19 pg_insert($dbh, 'php_test', array());
H A Dbug47199.phpt17 pg_insert($dbh, $tbl_name, array('null_field' => null, 'not_null_field' => 1));
18 pg_insert($dbh, $tbl_name, array('null_field' => null, 'not_null_field' => 2));
H A Dpg_update_001.phpt18 pg_insert($conn, 'foo', array('id' => 1, 'id2' => 1));
19 pg_insert($conn, 'phptests.foo', array('id' => 1, 'id2' => 2));
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h182 PHP_FUNCTION(pg_insert);
H A DREADME203 bool pg_insert(resource db, string table, array values[, bool convert[, bool async]])
H A Dpgsql.c685 PHP_FE(pg_insert, arginfo_pg_insert)
6281 PHP_FUNCTION(pg_insert) argument
/PHP-5.5/
H A DNEWS1331 for pg_insert()/pg_update()/pg_delete()/pg_select(). (Yasuo)
1683 /pg_delete()/pg_insert()). (Yasuo)
6813 - Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format).
7106 - Fixed bug #42783 (pg_insert() does not accept an empty list for
7886 - Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used

Completed in 52 milliseconds