You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed zero connection timeout issue in Managed SNI [#332](https://github.com/dotnet/SqlClient/pull/332)
16
16
- Fixed "DataType" metadata information for TinyInt datatype to be `System.Byte`[#338](https://github.com/dotnet/SqlClient/pull/338)
17
-
- Fixed driver behavior to use `CancellationTokenResource` only for non-infinite timeout and cleanup after usage [#339](https://github.com/dotnet/SqlClient/pull/338)
17
+
- Fixed driver behavior to use `CancellationTokenResource` only for non-infinite timeout and cleanup after usage [#339](https://github.com/dotnet/SqlClient/pull/339)
18
18
- Fixed `ConnectionTime` and `ClientConnectionId` reported by `SqlStatistics` when connection is closed [#341](https://github.com/dotnet/SqlClient/pull/341)
19
19
- Fixed deadlock issues by reverting async changes to `SNIPacket`[#349](https://github.com/dotnet/SqlClient/pull/349)
- Fixed zero connection timeout issue in Managed SNI [#332](https://github.com/dotnet/SqlClient/pull/332)
14
14
- Fixed "DataType" metadata information for TinyInt datatype to be `System.Byte`[#338](https://github.com/dotnet/SqlClient/pull/338)
15
-
- Fixed driver behavior to use `CancellationTokenResource` only for non-infinite timeout and cleanup after usage [#339](https://github.com/dotnet/SqlClient/pull/338)
15
+
- Fixed driver behavior to use `CancellationTokenResource` only for non-infinite timeout and cleanup after usage [#339](https://github.com/dotnet/SqlClient/pull/339)
16
16
- Fixed `ConnectionTime` and `ClientConnectionId` reported by `SqlStatistics` when connection is closed [#341](https://github.com/dotnet/SqlClient/pull/341)
17
17
- Fixed deadlock issues by reverting async changes to `SNIPacket`[#349](https://github.com/dotnet/SqlClient/pull/349)
0 commit comments