summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Updated pdo_pgsql tests to be 8.5+ friendlyMatteo Beccati2009-12-251-1/+1
|
* - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)Pierrick Charron2009-12-141-0/+29
|
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-5/+5
| | | | | (patch by Pierrick)
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-0/+21
|
* MFHMatteo Beccati2009-05-121-0/+104
| | | | | | | | - Moved test for bug #44861 to PDO commons and added support for pdo_oci # This allows scrollable cursors to be tested with all the drivers # that currently support them (pgsql and oci), ensuring a consistent # behaviour. The test is skipped when using other drivers.
* MFH:Matteo Beccati2009-04-021-0/+78
| | | | | | | | - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update) # The changeset is longer than really needed because pdo_stmt.c was # refactored to remove the "goto"
* - Fix typoFelipe Pena2009-03-261-1/+1
|
* MFH: - Fixed bug #47769 (Strange extends PDO)Felipe Pena2009-03-261-0/+32
|
* MFH:Felipe Pena2009-03-231-0/+51
| | | | | | - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) Patch by: matteo at beccati dot com
* - Missing "DROP TABLE"Felipe Pena2009-02-161-0/+3
|
* - MFH: Fixed bug #47297 (pdo_033.phpt fails on PgSQL)Felipe Pena2009-02-041-1/+3
| | | | | Patch by matteo at beccati dot com
* create temporary db in the current dir and cleanup on completionAntony Dovgal2009-01-051-2/+4
|
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-219-34/+44
| | | | | | | | | | | | | | | | | | | | | | | | pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
* - MFH: Add check for avoid segfault when trying instantiate PDORow manuallyFelipe Pena2008-05-141-0/+10
|
* fix SKIPIFsNuno Lopes2008-04-102-1/+5
| | | | | # Patch by Christian Hoffmann
* remove duplicated sectionsNuno Lopes2008-03-171-1/+0
|
* MFH: Fix get_parent_class() of PDORow instancesJohannes Schlüter2008-03-031-0/+22
|
* Fix testFelipe Pena2008-02-221-2/+3
|
* New testFelipe Pena2008-02-191-0/+32
|
* some BDs (e.g. firebird) dont support text, so replace it with varchar(255).Nuno Lopes2008-02-191-1/+1
|
* Skip test for PostgreSQL driver since error is too dissimilar to otherIlia Alshanetsky2008-01-031-0/+1
| | | | | drivers
* - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).David Soria Parra2007-12-301-0/+23
| | | | | CVS
* fix testAntony Dovgal2007-11-271-0/+1
|
* fix testAntony Dovgal2007-11-271-2/+4
|
* fix testAntony Dovgal2007-11-081-10/+10
|
* Fixed testIlia Alshanetsky2007-11-041-16/+16
|
* Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with ↵Ilia Alshanetsky2007-10-311-0/+34
| | | | fetchAll()
* Test not relavent for sqlite that uses built-in bound syntaxIlia Alshanetsky2007-10-301-0/+1
|
* Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-291-0/+30
|
* Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-111-0/+40
|
* - Fixed bug #42452 (PDO classes do not expose Reflection API information)Hannes Magnusson2007-08-302-2/+2
| | | | | - Fixed tests
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-10/+10
| | | | | Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
* fix testAntony Dovgal2007-07-231-1/+1
|
* Added test for KEY_PAIR code and fixed KEY_PAIR detection codeIlia Alshanetsky2007-07-221-27/+25
|
* Fixed test for PostgreSQLIlia Alshanetsky2007-06-031-0/+1
|
* Fixed test to work with postgresqlIlia Alshanetsky2007-05-191-1/+1
|
* Fix paths for ext/sqliteHannes Magnusson2007-05-171-2/+2
|
* Make test work in sqliteIlia Alshanetsky2007-05-161-1/+1
|
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-161-0/+64
| | | | | into an associated array.
* fix test namesAntony Dovgal2007-05-0710-10/+10
|
* Fixed test mixupIlia Alshanetsky2007-02-022-5/+55
|
* Fixed bug #40285 (The PDO prepare parser goes into an infinite loop inIlia Alshanetsky2007-02-011-28/+5
| | | | | some instances).
* Fixed testIlia Alshanetsky2006-12-091-3/+2
|
* Fixed bug #36798 (Error parsing named parameters with queries containingIlia Alshanetsky2006-12-051-0/+32
| | | | | high-ascii chars).
* Fix testHannes Magnusson2006-12-051-1/+1
|
* Fixed test (user is a reserved keyword in pgsql)Ilia Alshanetsky2006-12-041-2/+2
|
* Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-023-0/+12
| | | | | prepared statements are used in pdo_mysql).
* add testAntony Dovgal2006-11-281-0/+51
|
* Fixed bug #39398 (Booleans are not automatically translated to integers).Ilia Alshanetsky2006-11-071-0/+35
|
* Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).Ilia Alshanetsky2006-09-191-2/+2
| | | | | | | Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors). Fixed test for bug #38253 not to use faulty SQL that generates errors in PostgreSQL