mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() A previous bug fix[1] relied on ODBC drivers to properly count down the
`StrLen_or_IndPtr` argument for consecutive calls to `SQLGetData()`.
Apparently, not all drivers handle this correctly, so we cannot assert
they do. Instead we fall back to the old behavior for drivers which
would violate the assertion.
A test against SQLServer (which we currently use in CI) would not make
sense, since the respective drivers do not exhibit that behavior.
Instead we target the regression test especially to a MS Access
database.
Since there is apparently no way to easily create an MS Access database
programmatically, we commit a minimal empty DB which is used for the
regression test, and could also be used by other test cases.
[1] <
|
||
---|---|---|
.. | ||
autocommit.phpt | ||
autocommit_change_mode.phpt | ||
bug44643.phpt | ||
bug67465.phpt | ||
bug80783.phpt | ||
bug80783a.phpt | ||
common.phpt | ||
CONFLICTS | ||
get_attribute_server.phpt | ||
gh9372.phpt | ||
gh16450.phpt | ||
long_columns.phpt | ||
max_columns.phpt | ||
test.mdb |