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/version-history.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+
### 1.0.1
14
+
15
+
* Support `ENUM` columns that use the `MYSQL_TYPE_ENUM` type in their column metadata: [#850](https://github.com/mysql-net/MySqlConnector/issues/850).
16
+
* Allow `MySqlCommand.CommandText` and `.Connection` to be changed while another command is executing: [#867](https://github.com/mysql-net/MySqlConnector/issues/867).
17
+
* Make schema collection names (for `MySqlConnection.GetSchema(collectionName)`) case-insensitive: [#852](https://github.com/mysql-net/MySqlConnector/issues/852).
18
+
* Fix `MySqlBulkLoader` with Azure Database for MySQL/MariaDB: [#853](https://github.com/mysql-net/MySqlConnector/issues/853).
19
+
* Fix bug preventing the retrieval of more than 2^31-1 rows in a single query: [#863](https://github.com/mysql-net/MySqlConnector/issues/863).
0 commit comments