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
Copy file name to clipboardExpand all lines: docs/content/overview/known-issues.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ weight: 20
11
11
Known Issues
12
12
============
13
13
14
-
* The behaviour of cancellation is not well-defined in this release; cancelling a query
15
-
may leave the `MySqlConnection` in an unusable state.
16
14
* Not all MySQL data types are supported.
17
-
* Many `MySql.Data` connection string settings are not supported by this library. See
18
-
[Connection Options](connection-options/) for a list of supported options.
15
+
* Many `MySql.Data` connection string settings are not supported by this library. See [Connection Options](connection-options/) for a list of supported options.
19
16
* Only the `mysql_native_password` and `mysql_old_password` authentication plugins are supported.
0 commit comments