php-src/ext/pdo/tests
Matteo Beccati c25b0a2817 MFH
- 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.
2009-05-12 23:40:32 +00:00
..
bug47769.phpt - Fix typo 2009-03-26 13:55:06 +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
bug_35671.phpt
bug_36428.phpt
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
bug_39398.phpt
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
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 create temporary db in the current dir and cleanup on completion 2009-01-05 16:02:04 +00:00
bug_44173.phpt MFH: 2009-04-02 16:41:23 +00:00
bug_44409.phpt MFH: 2009-03-23 23:15:03 +00:00
bug_44861.phpt MFH 2009-05-12 23:40:32 +00:00
pdo_001.phpt
pdo_002.phpt
pdo_003.phpt
pdo_004.phpt
pdo_005.phpt Fixed test 2007-11-04 16:12:13 +00:00
pdo_006.phpt
pdo_007.phpt
pdo_008.phpt
pdo_009.phpt
pdo_010.phpt
pdo_011.phpt
pdo_012.phpt
pdo_013.phpt
pdo_014.phpt
pdo_015.phpt
pdo_016.phpt
pdo_016a.phpt
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
pdo_020.phpt
pdo_021.phpt
pdo_022.phpt
pdo_023.phpt
pdo_024.phpt
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
pdo_027.phpt
pdo_028.phpt
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
pdo_032.phpt
pdo_033.phpt - Missing "DROP TABLE" 2009-02-16 19:48:56 +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
pecl_bug_5772.phpt
pecl_bug_5809.phpt