php-src/ext/odbc
Christoph M. Becker 610e7d2c77 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.
2020-09-24 12:15:59 +02:00
..
tests Fix #78470: odbc_specialcolumns() no longer accepts $nullable 2020-09-24 12:15:59 +02:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_odbc_includes.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_odbc.c Fix #78470: odbc_specialcolumns() no longer accepts $nullable 2020-09-24 12:15:59 +02:00
php_odbc.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00