File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11---
2- lastmod : 2020-02-29
2+ lastmod : 2020-07-20
33date : 2017-03-27
44menu :
55 main :
@@ -11,9 +11,14 @@ weight: 30
1111Version History
1212===============
1313
14+ ### 0.69.8
15+
16+ * Fix ` MySqlBulkLoader ` with Azure Database for MySQL/MariaDB: [ #853 ] ( https://github.com/mysql-net/MySqlConnector/issues/853 ) .
17+ * Make schema collection names (for ` MySqlConnection.GetSchema(collectionName) ` ) case-insensitive: [ #852 ] ( https://github.com/mysql-net/MySqlConnector/issues/852 ) .
18+
1419### 0.69.7
1520
16- * Support ` ENUM ` columns that use the ` MYSQL_TYPE_ENUM ` type in their column metadata: [ #850 ] ( https://github.com/mysql-net/MySqlConnector/issues/845 ) .
21+ * Support ` ENUM ` columns that use the ` MYSQL_TYPE_ENUM ` type in their column metadata: [ #850 ] ( https://github.com/mysql-net/MySqlConnector/issues/850 ) .
1722
1823### 0.69.6
1924
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <VersionPrefix >0.69.7 </VersionPrefix >
4+ <VersionPrefix >0.69.8 </VersionPrefix >
55 <SignAssembly >true</SignAssembly >
66 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
77 <AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments