#30117 closed Cleanup/optimization (fixed)
Fix test with mysqlclient 1.4.0+
Description ¶
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)
comment:1 by , 6 years ago
comment:4 by , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:5 by , 6 years ago
Summary: | Add support for mysqlclient 1.4.0 → Fix test with mysqlclient 1.4.0 |
---|
comment:6 by , 6 years ago
Summary: | Fix test with mysqlclient 1.4.0 → Fix test with mysqlclient 1.4.0+ |
---|
Note:
See TracTickets
for help on using tickets.
I created issue in the
mysqlclient
due to the crash ofcursor.execute()
when passing mapping as args (see mysqlclient-python-323).