Skip to content

Fix #78470: odbc_specialcolumns() no longer accepts $nullable #6200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Sep 24, 2020

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.

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.
@php-pulls php-pulls closed this in 610e7d2 Sep 24, 2020
@cmb69 cmb69 deleted the cmb/78470 branch September 24, 2020 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants