Fix test with mysqlclient 1.4.0+
Three tests are failing with mysqlclient==1.4.0
(see release notes):
backends.mysql.test_schema.SchemaEditorTests.test_quote_value (value=False)
,
backends.tests.BackendTestCase.test_cursor_execute_with_pyformat
,
raw_query.tests.RawQueryTests.test_pyformat_params
on both MySQL and MariaDB.
Change History
(9)
Triage Stage: |
Unreviewed → Accepted
|
Summary: |
Add support for mysqlclient 1.4.0 → Fix test with mysqlclient 1.4.0
|
Summary: |
Fix test with mysqlclient 1.4.0 → Fix test with mysqlclient 1.4.0+
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
I created issue in the
mysqlclient
due to the crash ofcursor.execute()
when passing mapping as args (see mysqlclient-python-323).