diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-09-24 10:30:41 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-09-24 12:15:59 +0200 |
commit | 610e7d2c77f7af3cc69399e0fdcca0d99300e2ce (patch) | |
tree | e9b4093db7724588653fa06e7d82260e928c2657 /main/php_variables.c | |
parent | 2576c57a5133df757c51f341e794bf53add7663f (diff) | |
download | php-git-610e7d2c77f7af3cc69399e0fdcca0d99300e2ce.tar.gz |
Fix #78470: odbc_specialcolumns() no longer accepts $nullable
It is mandatory to pass either `SQL_NO_NULLS` or `SQL_NULLABLE` as
tenth parameter to `SQLSpecialColumns()`; otherwise the function call
fails. Therefore the user must be allowed to pass the desired value
as parameter to `odbc_specialcolumns()` again.
Closes GH-6200.
Diffstat (limited to 'main/php_variables.c')
0 files changed, 0 insertions, 0 deletions