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
* Implementation details discussed in [this comment](https://github.com/mysql-net/MySqlConnector/issues/455#issuecomment-702424012).
19
19
* Return `null` from `MySqlDataReader.GetSchemaTable` when there is no result set: [#877](https://github.com/mysql-net/MySqlConnector/issues/877).
20
20
* Make `DisposeAsync` fully async: [#876](https://github.com/mysql-net/MySqlConnector/issues/876).
21
21
* Ignore `ObjectDisposedException` thrown in `TryResetConnectionAsync`: [#897](https://github.com/mysql-net/MySqlConnector/pull/897).
22
+
* Ignore closed/disposed connections/commands in `MySqlCommand.Cancel`: [#820](https://github.com/mysql-net/MySqlConnector/pull/820).
22
23
* Fix bug where sessions could time out if they were opened but no queries were ever executed.
23
-
* Thanks to [Dirk Lemstra](https://github.com/dlemstra) for contributions to this release.
24
+
* Thanks to [Dirk Lemstra](https://github.com/dlemstra)and [laurent-jeancler-realist](https://github.com/laurent-jeancler-realist)for contributions to this release.
0 commit comments