php-src/ext/pdo_firebird/tests
Christoph M. Becker 2fc9e769e8
Fix GH-8576: Bad interpretation of length when char is UTF-8
For columns of type `SQL_TEXT`, Firebird does not properly report the
actual column length, but rather only the maximum column length, so for
multi-byte encodings like UTF-8, such columns may have trailing
spaces.  We work around that by treating such columns as `SQL_VARYING`
when we ask the server to describe the colum, what yields the desired
results.

Given that this is a work-around, and may break code which expects the
results with trailing spaces, we target "master" only.

Closes GH-8926.
2022-07-12 11:57:25 +02:00
..
bug_47415.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_48877.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_53280.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_62024.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_64037.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_72583.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_72931.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_73087.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_74462.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_76448.data Fix #76448: Stack buffer overflow in firebird_info_cb 2021-06-20 22:01:06 -07:00
bug_76448.phpt Disable lsan on new PDO firebird tests 2021-06-29 16:49:50 +02:00
bug_76449.data Fix #76449: SIGSEGV in firebird_handle_doer 2021-06-20 21:59:51 -07:00
bug_76449.phpt Disable lsan on new PDO firebird tests 2021-06-29 16:49:50 +02:00
bug_76450.data Fix #76450: SIGSEGV in firebird_stmt_execute 2021-06-20 21:59:37 -07:00
bug_76450.phpt Disable lsan on new PDO firebird tests 2021-06-29 16:49:50 +02:00
bug_76452.data Fix #76452: Crash while parsing blob data in firebird_fetch_blob 2021-06-20 21:56:07 -07:00
bug_76452.phpt Fix test to require PDO_Firebird 2022-06-02 16:22:45 +02:00
bug_76488.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_77863.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_80521.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug_aaa.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
common.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
CONFLICTS Add CONFLICTS file for PDO firebird tests 2021-05-05 15:24:30 +02:00
connect.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
ddl.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
dialect_1.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
execute.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
execute_block.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
gh8576.phpt Fix GH-8576: Bad interpretation of length when char is UTF-8 2022-07-12 11:57:25 +02:00
ignore_parammarks.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
payload_server.inc Add simple Firebird payload fake server to test suite 2021-05-06 14:47:57 +02:00
payload_server.php Add simple Firebird payload fake server to test suite 2021-05-06 14:47:57 +02:00
payload_test.data Add simple Firebird payload fake server to test suite 2021-05-06 14:47:57 +02:00
payload_test.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
rowCount.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
skipif.inc Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
testdb.inc Reindent phpt files 2020-02-03 22:52:20 +01:00