#30013 closed Cleanup/optimization (fixed)
Fix compatiblity with mysqlclient 1.3.14
Description ¶
mysqlclient 1.3.14 broke DatabaseOperations.last_executed_query()
by removing _last_executed in PR #283.
Change History (9)
comment:1 by , 6 years ago
Has patch: | set |
---|
comment:2 by , 6 years ago
I added a commit to the PR to fix backends.mysql.test_schema.SchemaEditorTests.test_quote_value (value=1.754)
following https://github.com/PyMySQL/mysqlclient-python/commit/09018914e1f271afc1aee2c2f233a59032f9effc.
comment:9 by , 6 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
PR