Skip to content

Commit 7a40299

Browse files
committed
Update HISTORY
1 parent fe94467 commit 7a40299

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

HISTORY

+24
Original file line numberDiff line numberDiff line change
@@ -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+
125
=====================
226
What's new in 1.3.7
327
=====================

0 commit comments

Comments
 (0)