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
* Add new `MySqlTransaction.Connection` property that returns an object typed as `MySqlConnection`.
19
+
* Support `CLIENT_SESSION_TRACK` protocol option: [#323](https://github.com/mysql-net/MySqlConnector/issues/323).
20
+
* Optimization: move procedure cache to connection pool: [#415](https://github.com/mysql-net/MySqlConnector/issues/415).
21
+
* Ignore extra data at end of column definition payload: [#413](https://github.com/mysql-net/MySqlConnector/pull/413).
22
+
* Handle failure to find procedure: [#282](https://github.com/mysql-net/MySqlConnector/issues/282).
23
+
***Breaking** Clear `MySqlTransaction.Connection` when transaction is committed: [#61](https://github.com/mysql-net/MySqlConnector/issues/61).
24
+
* This is a breaking API change from Connector/NET, but matches other ADO.NET connectors.
25
+
14
26
### 0.33.2
15
27
16
28
***Breaking** Throw `InvalidCastException` instead of `MySqlException` from `MySqlDataReader.GetGuid`.
0 commit comments