We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe94467 commit 7a40299Copy full SHA for 7a40299
HISTORY
@@ -1,3 +1,27 @@
1
+=====================
2
+ What's new in 1.3.8
3
4
+
5
+Update error constants (#113)
6
7
+Use _binary prefix for bytes/bytearray parameters (#106)
8
9
+Use mysql_real_escape_string_quote() if exists (#109)
10
11
+Better Warning propergation (#101)
12
13
+Fix conversion error when mysql_affected_rows returns -1
14
15
+Fix Cursor.callproc may raise TypeError (#90, #91)
16
17
+connect() support 'database' and 'password' keyword argument.
18
19
+Fix accessing to dungling pointer when using ssl (#78)
20
21
+Accept %% in Cursor.executemany (#83)
22
23
+Fix warning cause TypeError on Python 3 (#68)
24
25
=====================
26
What's new in 1.3.7
27
0 commit comments