django1/django/db/backends/mysql
Simon Charette 9bcbcd599a Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
The subtract_temporals() database operation was not handling expressions
returning SQL params in mixed database types.

Regression in 3543129822.

Thanks Reupen Shah for the report.
2020-01-03 10:35:08 +01:00
..
__init__.py
base.py Fixed #30987 -- Added models.PositiveBigIntegerField. 2019-11-19 09:34:11 +01:00
client.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00
compiler.py Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+. 2019-10-31 08:14:30 +01:00
creation.py Fixed #30636 -- Fixed options ordering when cloning test database on MySQL. 2019-07-16 07:25:43 +02:00
features.py Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+. 2019-11-05 10:18:47 +01:00
introspection.py Fixed #30987 -- Added models.PositiveBigIntegerField. 2019-11-19 09:34:11 +01:00
operations.py Fixed #31133 -- Fixed crash when subtracting against a subquery annotation. 2020-01-03 10:35:08 +01:00
schema.py Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+. 2019-09-05 09:18:34 +02:00
validation.py Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB. 2019-07-23 13:34:06 +02:00