summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* Apply pgsql notice test fixes to PHP-5.5Nikita Popov2013-08-223-2/+15
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-103-1/+5
|\
| * ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-0514-34/+34
|\ \ | |/
| * Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ...Yasuo Ohgaki2013-08-0514-34/+34
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-1915-30/+121
|\ \ | |/
| * Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-1914-24/+117
| * Remove broken client version checkingMatteo Beccati2013-06-191-7/+3
| * Clean up leftover file after the testMatteo Beccati2013-06-191-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-021-0/+30
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-0/+30
| |\
| | * Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-021-0/+30
* | | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-014-1/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-014-1/+7
| |\ \ | | |/
| | * Fixed bug #62857 (bytea test failures)Matteo Beccati2013-06-014-1/+7
* | | Skip locale dependent test if locale not availableNikita Popov2013-03-231-0/+3
* | | Bug #46408: Fix double formatting for PostgreSQL bound parametersLars Strojny2013-01-141-0/+23
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-106-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-106-0/+0
| * Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-151-0/+57
| * Fixed a few false positives on gcov for ext/pgsqlMatteo Beccati2011-08-306-7/+44
| * - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-061-0/+67
* | add pg_escape_identifier/pg_escape_literalYasuo Ohgaki2012-04-191-5/+32
* | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-151-0/+57
* | Fixed a few false positives on gcov for ext/pgsqlMatteo Beccati2011-08-306-7/+44
* | - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-061-0/+67
|/
* 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
* 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
* MFH:Felipe Pena2008-10-131-0/+43
* splitted test cases for lo_create and lo_import, added version awareHartmut Holzgraefe2008-07-232-30/+55
* added support for object ids in pg_lo_create() and pg_lo_import() where avail...Hartmut Holzgraefe2008-07-231-0/+70
* - 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
* 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
* - 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
* 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