summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33374 -- Adjusted full match condition handling.Simon Charette2022-11-071-5/+9
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-151-4/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+15
* Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...Mariusz Felisiak2021-04-141-1/+10
* Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.Simon Charette2020-08-311-10/+12
* Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.davidchorpash2020-07-081-1/+18
* Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.Simon Charette2019-10-311-1/+1
* Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.Simon Charette2019-10-241-1/+19
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-8/+0
* Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...Collin Anderson2014-11-211-1/+2
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-11/+0
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin2013-09-021-5/+1
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-1/+1
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-0/+6
* Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen2013-05-271-2/+1
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-0/+6
* Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-161-0/+3
* [py3] Prepared MySQL backend for Python 3 compatibilityClaude Paroz2012-08-201-1/+7
* [py3] Removed unnecessary calls to .keys()Aymeric Augustin2012-08-141-1/+1
* Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales2012-02-291-1/+4
* Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales2012-02-261-4/+1
* Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee2010-04-091-3/+3
* Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee2010-04-011-0/+27