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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
lastmod: 2022-02-19
2
+
lastmod: 2022-03-06
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -10,6 +10,11 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+
### 2.1.8
14
+
15
+
* Fix bug that reset `MySqlCommand.LastInsertedId` to `-1` between commands: [#1147](https://github.com/mysql-net/MySqlConnector/issues/1147).
16
+
* Fix bug using `MySqlBulkCopy` with `DateOnly` and `TimeOnly`: [#1146](https://github.com/mysql-net/MySqlConnector/issues/1146).
17
+
13
18
### 2.1.7
14
19
15
20
*`MySqlCommand` no longer automatically appends a semicolon to the user-provided `CommandText`: [#1133](https://github.com/mysql-net/MySqlConnector/issues/1133).
0 commit comments