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 6da10ed commit 178f8d3Copy full SHA for 178f8d3
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2021-03-07
+lastmod: 2021-04-11
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,6 +10,12 @@ weight: 30
10
11
# Version History
12
13
+### 1.3.3
14
+
15
+* Support `Enum` parameters in prepared commands: [#965](https://github.com/mysql-net/MySqlConnector/issues/965).
16
+* Fix `OverflowException` reading `OkPayload`: [#966](https://github.com/mysql-net/MySqlConnector/issues/966).
17
+* Fix internal SQL parsing error with C-style comments.
18
19
### 1.3.2
20
21
* Fix a bug that could cause a timed-out query to still throw a `QueryInterrupted` `MySqlException` instead of `CommandTimeoutExpired`.
0 commit comments