Home
last modified time | relevance | path

Searched refs:pg_copy_from (Results 1 – 25 of 81) sorted by relevance

1234

/dports/lang/php73/php-7.3.33/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/lang/php80/php-8.0.15/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/lang/php74/php-7.4.27/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/www/mod_php73/php-7.3.33/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/www/mod_php74/php-7.4.27/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/www/mod_php80/php-8.0.15/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
15 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt16 pg_copy_from($db, $table_name, $rows);
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
17 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt18 pg_copy_from($db, $table_name, $rows);
/dports/www/mod_php81/php-8.1.1/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
17 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt18 pg_copy_from($db, $table_name, $rows);
/dports/lang/php81/php-8.1.1/ext/pgsql/tests/
H A Dbug65119.phpt2 Bug #65119 (pg_copy_from() modifies input array variable)
17 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
H A D06copy.phpt18 pg_copy_from($db, $table_name, $rows);
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Dpgsql.php216 function pg_copy_from($connection, string $table_name, array $rows, string $delimiter = null, strin… function
220 $result = \pg_copy_from($connection, $table_name, $rows, $delimiter, $null_as);
222 $result = \pg_copy_from($connection, $table_name, $rows, $delimiter);
224 $result = \pg_copy_from($connection, $table_name, $rows);

1234