We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See docs: https://docs.microsoft.com/en-us/dotnet/api/system.data.odbc.odbcconnection.serverversion?view=dotnet-plat-ext-3.1
but implementation OdbcConnectionOpen.ServerVersion will return null in some cases.
Either docs or implementation should be fixed here.
Found when applying nullable annotations
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @roji, @ajcvickers See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
Yeah, I ran across this during annotation: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionOpen.cs#L35 (based on #689).
Yes, this is based on your comment, I'll be removing TODO-NULLABLEs or replacing them with issues or fixing in a PR soon
No branches or pull requests
See docs: https://docs.microsoft.com/en-us/dotnet/api/system.data.odbc.odbcconnection.serverversion?view=dotnet-plat-ext-3.1
but implementation OdbcConnectionOpen.ServerVersion will return null in some cases.
Either docs or implementation should be fixed here.
Found when applying nullable annotations
The text was updated successfully, but these errors were encountered: