index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
compiler.py
Age
Commit message (
Expand
)
Author
2026-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2025-02-13
Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.
Simon Charette
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-14
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...
Mariusz Felisiak
2020-08-31
Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-07-08
Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.
davidchorpash
2019-10-31
Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
Simon Charette
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-21
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...
Collin Anderson
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-05-27
Fixed #20507 -- SubqueryConstraint alias handling
Anssi Kääriäinen
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-08-20
[py3] Prepared MySQL backend for Python 3 compatibility
Claude Paroz
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2012-02-29
Fixed #17796 -- Rolled back [17588] because the fix for the original relatively
Ramiro Morales
2012-02-26
Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...
Ramiro Morales
2010-04-09
Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...
Russell Keith-Magee
2010-04-01
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee