We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dd159 commit 5cee457Copy full SHA for 5cee457
CHANGELOG.md
@@ -1,3 +1,24 @@
1
+## Version 1.7 (2022-11-29)
2
+
3
+Changes:
4
5
+ - Drop support of Go 1.12 (#1211)
6
+ - Refactoring `(*textRows).readRow` in a more clear way (#1230)
7
+ - util: Reduce boundary check in escape functions. (#1316)
8
+ - enhancement for mysqlConn handleAuthResult (#1250)
9
10
+New Features:
11
12
+ - support Is comparison on MySQLError (#1210)
13
+ - return unsigned in database type name when necessary (#1238)
14
+ - Add API to express like a --ssl-mode=PREFERRED MySQL client (#1370)
15
+ - Add SQLState to MySQLError (#1321)
16
17
+Bugfixes:
18
19
+ - Fix parsing 0 year. (#1257)
20
21
22
## Version 1.6 (2021-04-01)
23
24
Changes:
0 commit comments