summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-061-0/+67
| | | | | patch by: ewgraf at gmail dot com
* Removed spurious high-ascii char from previous commmitMatteo Beccati2009-12-251-1/+1
|
* - Updated ext/pgsql tests to work w/ PostgreSQL 8.5Matteo Beccati2009-12-2511-6/+195
| | | | | # tested w/ 8.5alpha3
* MFB: ext/pgsql/tests/80_bug14383.phptIlia Alshanetsky2009-04-061-0/+15
|
* - MFH: Fix testFelipe Pena2009-01-301-2/+4
|
* MFH:Felipe Pena2008-10-165-0/+330
| | | | | | | | | | | | | | - Fixed: . Memory leak in pg_delete() when using PGSQL_DML_STRING. . Bug #24679 (pg_insert problem!) . Bug #35996 (pg_meta_data should take the schema into account) . Bug #40808 (pg_insert problem) . Bug #42078 (pg_meta_data mix tables metadata from different schemas) - Improved: . Error messages - Added: . Tests
* MFH:Felipe Pena2008-10-131-0/+43
| | | | | | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony
* splitted test cases for lo_create and lo_import, added version awareHartmut Holzgraefe2008-07-232-30/+55
| | | | | SKIP tests
* added support for object ids in pg_lo_create() and pg_lo_import() where ↵Hartmut Holzgraefe2008-07-231-0/+70
| | | | | | | available (based on code provided by Tatsuo Ishii)
* - Fixed testFelipe Pena2008-06-301-1/+1
|
* Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)Ilia Alshanetsky2007-10-031-0/+34
|
* fix test namesAntony Dovgal2007-05-073-4/+4
|
* Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-291-0/+30
| | | | | timestamp fields).
* Fix testHannes Magnusson2006-12-121-1/+1
|
* - bug #36625 fixMarcus Boerger2006-03-131-0/+49
|
* - MFH Fix testsMarcus Boerger2005-12-313-4/+6
|
* fixed test for ZTSIlia Alshanetsky2005-12-181-1/+1
|
* - MFH Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-071-0/+57
|
* - MFH Make test check for PlPgSQL before using itMarcus Boerger2005-10-091-16/+19
|
* - MFH Add new testMarcus Boerger2005-10-091-0/+51
|
* (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.Christopher Kings-Lynne2005-03-252-9/+8
| | | | | | | # The version in libpq is newer and faster than the one in PHP, but it is # necessary for me to add a string copy for freeing purposes. This copy # is only needed in Windows AFAIK, how can I detect that?
* - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpqChristopher Kings-Lynne2005-03-236-215/+239
|
* Tweak some #if's to be more orthogonal.Christopher Kings-Lynne2005-03-222-0/+12
| | | | | | | | | (PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity (PHP pg_copy_from) Use non-deprecated API if it is available (PHP pg_copy_to) Use non-deprecated API if it is available
* Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.Christopher Kings-Lynne2005-03-201-2/+8
|
* - Add missing skipif partMarcus Boerger2005-03-192-2/+8
|
* Add regression tests for pg_transaction_status and pg_result_error_fieldChristopher Kings-Lynne2005-03-192-0/+16
|
* Added several new functions to support the PostgreSQL v3 protocolChristopher Kings-Lynne2005-03-194-0/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduced in PostgreSQL 7.4. (PHP pg_transaction_status) New function to get in-transaction status of a database connection. (PHP pg_query_params) New function to allow execution of parameterized queries. (PHP pg_prepare) New function to allow preparing named queries. (PHP pg_execute) New function to allow execution of named prepared queries. (PHP pg_send_query_params) New function that is the async equivalent of pg_query_params. (PHP pg_send_prepare) New function that is the async equivalent of pg_prepare. (PHP pg_send_execute) New function that is the async equivalent of pg_execute. (PHP pg_result_error_field) New function that allows highly detailed error information, most importantly the SQLSTATE error code # Regression tests are included for all but 2 functions, the rest will # follow shortly. Docs will also follow shortly.
* Keep BC of pg_fetch_objectMarcus Boerger2004-03-151-2/+2
|
* Bugfix #27597 pg_fetch_array not returning false .Marcus Boerger2004-03-151-0/+60
|
* Show the connect resultMarcus Boerger2004-03-091-3/+6
|
* Make test work with PostgreSQL 7.4Ilia Alshanetsky2003-12-231-2/+2
|
* #args, reinsert skipif for extension checkMarcus Boerger2003-12-061-0/+3
|
* Do not dynamically load the extension in skipifMarcus Boerger2003-12-061-7/+0
|
* Modify pg_fetch_object() to be able to instantiate a selected class and passMarcus Boerger2003-09-064-3/+42
| | | | | parameters to the constructor. Update tests and add a test for these features.
* Fixed tests that failed in ZTS due to incorrect file paths.Ilia Alshanetsky2003-08-284-13/+18
| | | | | Fixed test that failed due to new array dimension property being fetched.
* Add resonMarcus Boerger2003-07-221-1/+1
|
* Add test for bug #24499Marcus Boerger2003-07-201-0/+66
|
* Do not test postgres settingsMarcus Boerger2003-06-301-2/+2
|
* UpdateMarcus Boerger2003-05-311-8/+10
|
* Fix handling of default linksMarcus Boerger2003-05-301-10/+17
|
* Fix notice handlingMarcus Boerger2003-05-301-4/+3
|
* - Fix ini handling in ZTS modeMarcus Boerger2003-05-301-2/+3
|
* Reorganized testsMarcus Boerger2003-05-2047-634/+488
|
* Test for bug #14383Marcus Boerger2002-11-141-0/+37
|
* Added tests for new functionsYasuo Ohgaki2002-10-1813-1/+149
|
* Rename pg_metadata() to pg_meta_data() to confirm naming standardYasuo Ohgaki2002-10-022-2/+2
|
* Added test for pg_fetch_*() functionsYasuo Ohgaki2002-04-252-0/+61
|
* Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.Yasuo Ohgaki2002-04-237-25/+20
| | | | | | pg_convert() may ignore, NOT NULL and/or DEFAULT. pg_insert/pg_update/pg_select/pg_update may return query string.
* Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid ↵Yasuo Ohgaki2002-04-201-1/+14
| | | | | | | larger than 2^31. @Added large OID value (2^31 to 2^32) support for pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export(). (Yasuo)
* Update testsYasuo Ohgaki2002-04-194-22/+26
|