php-src/ext/odbc/tests
Christoph M. Becker 9781085782
Fix ODBC test which may not properly clean up
If these tests fail with a fatal error, they won't properly clean up,
which likely causes other tests to fail as (several ODBC tests use the
`odbcTEST` database and tables or stored procedures named `FOO`).  This
is particularly annoying during development, where you would need to
clean up manually.

We fix this by moving the cleanup code to the --CLEAN-- section, so
that this code is executed no matter what.

Closes GH-7886.
2022-01-07 19:23:57 +01:00
..
bug44618.phpt Fix #44618: Fetching may rely on uninitialized data 2020-10-29 11:59:12 +01:00
bug46050.phpt Fix #46050: odbc_next_result corrupts prepared resource 2020-10-05 17:46:37 +02:00
bug47803.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug60616.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug68087.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug69354.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug69975.phpt
bug71171.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug73448.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug73725.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug78470.phpt Use proper skipif section 2020-09-24 17:12:18 +02:00
bug78473.phpt Merge branch 'PHP-7.4' 2019-08-28 18:10:33 +02:00
bug80147.phpt Fix #80147: BINARY strings may not be properly zero-terminated 2020-09-25 13:51:18 +02:00
bug80152.phpt Fix #80152: odbc_execute() moves internal pointer of $params 2020-09-29 11:34:48 +02:00
bug80592.phpt Fix #80592: all floats are the same in ODBC parameters 2021-01-06 13:56:02 +01:00
config.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
CONFLICTS Prevent race conditions 2019-05-12 17:16:41 +02:00
odbc_columnprivileges_001.phpt
odbc_columns_001.phpt Fix UNKNOWN default values in ext/odbc 2020-09-24 22:17:04 +02:00
odbc_data_source_001.phpt Fix test for cases where data sources are available 2020-09-24 11:26:16 +02:00
odbc_exec_001.phpt Run tidy 2020-09-18 14:28:32 +02:00
odbc_exec_002.phpt Fix ODBC test which may not properly clean up 2022-01-07 19:23:57 +01:00
odbc_free_result_001.phpt Fix ODBC test which may not properly clean up 2022-01-07 19:23:57 +01:00
odbc_tables_001.phpt Fix UNKNOWN default values in ext/odbc 2020-09-24 22:17:04 +02:00
skipif.inc Reindent phpt files 2020-02-03 22:52:20 +01:00