Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 509b6ce

Browse filesBrowse files
committed
Document removal of _last_executed
Fixes PyMySQL#303
1 parent a33e1c3 commit 509b6ce
Copy full SHA for 509b6ce

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎HISTORY.rst

Copy file name to clipboardExpand all lines: HISTORY.rst
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Release: 2018-12-04
4242

4343
* Fix SSCursor may raise same exception twice (#282)
4444

45+
* This removed ``Cursor._last_executed`` which is duplicate of ``Cursor._executed``.
46+
Both member are private. So this type of change is not documented generally.
47+
But Django used the private member for ``last_executed_query`` implementation.
48+
If you use the method, you shouldn't upgrade mysqlclient to this version.
49+
4550
* ``waiter`` option is now deprecated. (#285)
4651

4752
* Fixed SSL support is not detected when built with MySQL < 5.1 (#291)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.