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
Calling Close() on the connection does not actually update the connection state.
Expected: State to be ConnectionState.Closed after calling Close(). Currently ConnectionState.Open.
The text was updated successfully, but these errors were encountered:
Fix for snowflakedb#72
79e8e69
Set _connectionState = ConnectionState.Closed on Close()
@ChTimTsubasa Should be simple. Just add a test and merge.
Sorry, something went wrong.
Merge pull request #7 from akrock/72-SetConnectionStateOnClose
545b1b0
Fix for #72
a5bf573
Merged in #88
ChTimTsubasa
No branches or pull requests
Issue description
Calling Close() on the connection does not actually update the connection state.
Expected: State to be ConnectionState.Closed after calling Close(). Currently ConnectionState.Open.
The text was updated successfully, but these errors were encountered: