php-src/ext/pdo/tests
Johannes Schlüter be0793d2e7 MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
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.
2008-07-21 13:09:28 +00:00
..
bug_34630.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
bug_34687.phpt fix test names 2007-05-07 18:03:01 +00:00
bug_35671.phpt fix test names 2007-05-07 18:03:01 +00:00
bug_36428.phpt fix test names 2007-05-07 18:03:01 +00:00
bug_36798.phpt Fixed test for PostgreSQL 2007-06-03 17:41:21 +00:00
bug_38253.phpt some BDs (e.g. firebird) dont support text, so replace it with varchar(255). 2008-02-19 14:46:20 +00:00
bug_38394.phpt fix test names 2007-05-07 18:03:01 +00:00
bug_39398.phpt fix test names 2007-05-07 18:03:01 +00:00
bug_39656.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
bug_40285.phpt Fixed test mixup 2007-02-02 00:00:33 +00:00
bug_42917.phpt Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) 2007-10-11 20:54:41 +00:00
bug_43130.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
bug_43139.phpt Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll() 2007-10-31 12:57:51 +00:00
bug_43663.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
bug_44159.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
pdo_001.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_002.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_003.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_004.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_005.phpt Fixed test 2007-11-04 16:12:13 +00:00
pdo_006.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_007.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_008.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_009.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_010.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_011.phpt - MFH Update test 2006-01-22 22:07:43 +00:00
pdo_012.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_013.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_014.phpt fix skip reason 2006-05-17 10:12:36 +00:00
pdo_015.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_016.phpt Fixed bug #39527 (Failure to retrieve results when multiple unbuffered, 2006-12-02 17:53:44 +00:00
pdo_016a.phpt Fixed bug #39527 (Failure to retrieve results when multiple unbuffered, 2006-12-02 17:53:44 +00:00
pdo_017.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
pdo_018.phpt fix test 2007-11-08 12:40:43 +00:00
pdo_019.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_020.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_021.phpt Fixed bug #39527 (Failure to retrieve results when multiple unbuffered, 2006-12-02 17:53:44 +00:00
pdo_022.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_023.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_024.phpt Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but 2005-10-26 06:23:12 +00:00
pdo_025.phpt MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
pdo_026.phpt Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished) 2006-07-12 07:55:17 +00:00
pdo_027.phpt Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but 2005-10-26 06:23:12 +00:00
pdo_028.phpt - MFH change require to require_once 2005-10-03 15:06:27 +00:00
pdo_029.phpt - Fixed bug #42452 (PDO classes do not expose Reflection API information) 2007-08-30 14:06:12 +00:00
pdo_030.phpt - Fixed bug #42452 (PDO classes do not expose Reflection API information) 2007-08-30 14:06:12 +00:00
pdo_031.phpt fix skip reason 2006-05-17 10:12:36 +00:00
pdo_032.phpt Test PDO::ATTR_CASE attribute. 2005-10-26 23:09:06 +00:00
pdo_033.phpt MFH 2006-07-10 14:06:13 +00:00
pdo_034.phpt fix test 2007-07-23 22:46:03 +00:00
pdo_035.phpt MFH: Fix get_parent_class() of PDORow instances 2008-03-03 19:00:45 +00:00
pdo_test.inc MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
pdo.inc MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
pdorow.phpt - MFH: Add check for avoid segfault when trying instantiate PDORow manually 2008-05-14 12:32:21 +00:00
pecl_bug_5217.phpt fix test names 2007-05-07 18:03:01 +00:00
pecl_bug_5772.phpt fix test names 2007-05-07 18:03:01 +00:00
pecl_bug_5809.phpt fix test names 2007-05-07 18:03:01 +00:00