Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ Use _binary prefix for bytes/bytearray parameters (#106)

Use mysql_real_escape_string_quote() if exists (#109)

Better Warning propergation (#101)
Better Warning propagation (#101)

Fix conversion error when mysql_affected_rows returns -1

Fix Cursor.callproc may raise TypeError (#90, #91)

connect() support 'database' and 'password' keyword argument.
connect() supports the 'database' and 'password' keyword arguments.

Fix accessing to dungling pointer when using ssl (#78)
Fix accessing dangling pointer when using ssl (#78)

Accept %% in Cursor.executemany (#83)

Fix warning cause TypeError on Python 3 (#68)
Fix warning that caused TypeError on Python 3 (#68)

=====================
What's new in 1.3.7
Expand Down