File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ Use _binary prefix for bytes/bytearray parameters (#106)
17
17
18
18
Use mysql_real_escape_string_quote() if exists (#109)
19
19
20
- Better Warning propergation (#101)
20
+ Better Warning propagation (#101)
21
21
22
22
Fix conversion error when mysql_affected_rows returns -1
23
23
24
24
Fix Cursor.callproc may raise TypeError (#90, #91)
25
25
26
- connect() support 'database' and 'password' keyword argument .
26
+ connect() supports the 'database' and 'password' keyword arguments .
27
27
28
- Fix accessing to dungling pointer when using ssl (#78)
28
+ Fix accessing dangling pointer when using ssl (#78)
29
29
30
30
Accept %% in Cursor.executemany (#83)
31
31
32
- Fix warning cause TypeError on Python 3 (#68)
32
+ Fix warning that caused TypeError on Python 3 (#68)
33
33
34
34
=====================
35
35
What's new in 1.3.7
You can’t perform that action at this time.
0 commit comments