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 ea80e8f commit f754471Copy full SHA for f754471
HISTORY.rst
@@ -26,11 +26,18 @@ Release: TBD
26
27
* Remove ``_mysql.NULL`` constant.
28
29
+* Remove ``_mysql.thread_safe()`` function.
30
+
31
* Support non-ASCII field name with non-UTF-8 connection encoding. (#210)
32
33
* Optimize decoding speed of string and integer types.
34
-* Removed ``MySQLdb.constants.REFRESH`` module.
35
+* Remove ``MySQLdb.constants.REFRESH`` module.
36
37
+* Remove support for old datetime format for MySQL < 4.1.
38
39
+* Fix wrong errno is raised when ``mysql_real_connect`` is failed. (#316)
40
41
42
======================
43
What's new in 1.3.14
0 commit comments