File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
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)
1717
1818Use mysql_real_escape_string_quote() if exists (#109)
1919
20- Better Warning propergation (#101)
20+ Better Warning propagation (#101)
2121
2222Fix conversion error when mysql_affected_rows returns -1
2323
2424Fix Cursor.callproc may raise TypeError (#90, #91)
2525
26- connect() support 'database' and 'password' keyword argument .
26+ connect() supports the 'database' and 'password' keyword arguments .
2727
28- Fix accessing to dungling pointer when using ssl (#78)
28+ Fix accessing dangling pointer when using ssl (#78)
2929
3030Accept %% in Cursor.executemany (#83)
3131
32- Fix warning cause TypeError on Python 3 (#68)
32+ Fix warning that caused TypeError on Python 3 (#68)
3333
3434=====================
3535 What's new in 1.3.7
You can’t perform that action at this time.
0 commit comments