We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876514b commit 12f9832Copy full SHA for 12f9832
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2021-06-16
+lastmod: 2021-07-12
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,6 +10,12 @@ weight: 30
10
11
# Version History
12
13
+### 1.3.11
14
+
15
+* Add `MySqlError.ErrorCode`: [#1011](https://github.com/mysql-net/MySqlConnector/issues/1011).
16
+* Allow `MySqlDataReader.GetDateTime` to read a `VARCHAR` column as a `DateTime`: [#980](https://github.com/mysql-net/MySqlConnector/issues/980).
17
+* Support the `NEWDATE` column type: [#1007](https://github.com/mysql-net/MySqlConnector/issues/1007).
18
19
### 1.3.10
20
21
* Handle `NoBackslashEscapes` for binary parameter values: [#999](https://github.com/mysql-net/MySqlConnector/issues/999).
0 commit comments