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 1
1
---
2
- lastmod : 2020-02-29
2
+ lastmod : 2020-07-20
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -11,9 +11,14 @@ weight: 30
11
11
Version History
12
12
===============
13
13
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
+
14
19
### 0.69.7
15
20
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 ) .
17
22
18
23
### 0.69.6
19
24
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >0.69.7 </VersionPrefix >
4
+ <VersionPrefix >0.69.8 </VersionPrefix >
5
5
<SignAssembly >true</SignAssembly >
6
6
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7
7
<AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments