Name Date Size #Lines LOC

..06-Jun-2022-

00version.phptH A D05-Dec-2019964 5147

01createdb.phptH A D05-Dec-2019747 4134

02connection.phptH A D05-Dec-2019944 6054

03sync_query.phptH A D05-Dec-20191.8 KiB7466

04async_query.phptH A D05-Dec-20191.3 KiB6656

05large_object.phptH A D05-Dec-20192 KiB8372

06_bug73498.phptH A D05-Dec-2019332 2115

06copy.phptH A D05-Dec-2019299 2315

06copy_2.phptH A D05-Oct-2021541 3324

07optional.phptH A D05-Dec-2019460 2520

08escape.phptH A D05-Dec-20192.4 KiB10594

09notice.phptH A D05-Dec-20191.6 KiB7457

10pg_convert.phptH A D05-Dec-2019459 3025

10pg_convert_9.phptH A D05-Dec-2019524 3126

10pg_convert_json_array.phptH A D05-Dec-2019663 3832

11pg_meta_data.phptH A D05-Dec-20191,020 7166

12pg_insert.phptH A D05-Dec-2019495 2520

12pg_insert_9.phptH A D05-Dec-2019843 3125

13pg_select.phptH A D05-Dec-2019655 3833

13pg_select_9.phptH A D05-Dec-2019966 5145

14pg_update.phptH A D05-Dec-2019711 2823

14pg_update_9.phptH A D05-Dec-2019780 3024

15pg_delete.phptH A D05-Dec-2019597 2824

16pg_result_status.phptH A D05-Dec-2019362 2016

17result.phptH A D05-Dec-20191,020 6862

18pg_escape_bytea_before.phptH A D05-Dec-2019673 3125

18pg_escape_bytea_esc.phptH A D05-Dec-2019668 3125

18pg_escape_bytea_hex.phptH A D05-Dec-2019684 3428

19pg_ping.phptH A D05-Dec-2019223 1613

20pg_get_pid.phptH A D05-Dec-2019263 1814

21pg_get_notify.phptH A D05-Dec-2019356 2116

22pg_fetch_object.phptH A D05-Dec-2019649 3831

23sync_query_params.phptH A D05-Dec-20191.3 KiB6052

24sync_query_prepared.phptH A D05-Dec-20191.4 KiB6658

25async_query_params.phptH A D05-Dec-20191.6 KiB7163

26async_query_prepared.phptH A D05-Dec-20192.6 KiB10796

27large_object_oid.phptH A D05-Dec-20191.2 KiB4841

28large_object_import_oid.phptH A D05-Dec-20191.2 KiB4941

29nb_async_connect.phptH A D05-Dec-2019908 4741

30nb_async_query_params.phptH A D05-Dec-20191.8 KiB7965

31nb_async_query_prepared.phptH A D05-Dec-20192.5 KiB11291

32nb_async_query.phptH A D05-Dec-20191.7 KiB8469

80_bug14383.phptH A D05-Dec-20191.2 KiB5753

80_bug24499.phptH A D05-Dec-2019914 6755

80_bug27597.phptH A D05-Dec-2019833 6152

80_bug32223.phptH A D05-Dec-20191.3 KiB6555

80_bug32223b.phptH A D05-Dec-20191.3 KiB6756

80_bug36625.phptH A D05-Dec-2019930 5845

80_bug39971.phptH A D05-Dec-2019587 3124

80_bug42783.phptH A D05-Dec-2019620 3528

98old_api.phptH A D05-Dec-2019674 3427

9999dropdb.phptH A D05-Dec-2019318 2116

CONFLICTSH A D05-Dec-20196 21

README.mdH A D05-Dec-2019700 1913

bug37100.phptH A D05-Dec-2019976 4834

bug37100_9.phptH A D05-Dec-2019928 4733

bug46408.phptH A D05-Dec-2019506 2722

bug47199.phptH A D05-Dec-20191.5 KiB6854

bug60244.phptH A D05-Dec-20191.2 KiB5848

bug64609.phptH A D05-Dec-2019526 3125

bug65119.phptH A D05-Dec-2019646 4138

bug68638.phptH A D05-Dec-20191.2 KiB5443

bug71062.phptH A D05-Dec-2019987 4028

bug71998.phptH A D05-Dec-20192.9 KiB197182

bug72028.phptH A D05-Dec-20191 KiB5341

bug72195.phptH A D05-Dec-2019315 1817

bug72197.phptH A D05-Dec-2019679 3530

bug75419.phptH A D05-Dec-2019306 1513

bug76548.phptH A D05-Dec-2019423 2419

bug77047.phptH A D05-Dec-2019955 4133

bug81720.phptH A D06-Jun-2022675 2824

close_default_link.phptH A D05-Dec-2019276 1614

config.incH A D05-Dec-2019964 2417

connect_after_close.phptH A D05-Dec-2019323 2018

lcmess.incH A D05-Dec-2019380 2217

nonblocking.incH A D05-Dec-2019991 3835

pg_delete_001.phptH A D05-Dec-20192.2 KiB8772

pg_insert_001.phptH A D05-Dec-2019868 4029

pg_insert_002.phptH A D05-Dec-2019564 2721

pg_meta_data_001.phptH A D05-Dec-20192.4 KiB154143

pg_select_001.phptH A D05-Dec-20191.3 KiB6450

pg_update_001.phptH A D05-Dec-20191.2 KiB5240

php.gifH A D05-Dec-20193.8 KiB

skipif.incH A D05-Dec-20191,007 4639

README.md

1# The pgsql extension tests
2
3Test scripts assumes:
4
5* PostgreSQL server is installed locally
6* There is a PostgreSQL account for the users running the test scripts
7* There is database named `test`
8
9For instance, if your login name is `testuser`, you should have PostgreSQL user
10account named `testuser` and grant that user access to the database `test`.
11
12If you have account and database, type `createdb test` from command prompt to
13create the database to execute the test scripts. By executing the above command
14as the same user running the tests you ensure that the user is granted access to
15the database.
16
17If you find problems in PostgreSQL extension, please report a
18[bug](https://bugs.php.net).
19