Skip to content

Commit

Permalink
Merge pull request #7 from akrock/72-SetConnectionStateOnClose
Browse files Browse the repository at this point in the history
  • Loading branch information
akrock authored Oct 18, 2018
2 parents 33b9b2c + 79e8e69 commit 545b1b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snowflake.Data/Client/SnowflakeDbConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public override void Close()
if (_connectionState != ConnectionState.Closed && SfSession != null)
{
SfSession.close();
_connectionState = ConnectionState.Closed;
}
}

Expand Down

0 comments on commit 545b1b0

Please sign in to comment.