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
/
operations.py
Age
Commit message (
Expand
)
Author
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-08-28
Refs #27222 -- Implemented BaseDatabaseOperations.return_insert_columns()/fet...
Simon Charette
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2023-09-19
Fixed #34850 -- Dropped support for MariaDB 10.4.
Mariusz Felisiak
2022-07-09
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-05-18
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-02
Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...
Roman
2021-06-01
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...
Mariusz Felisiak
2021-05-07
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-09
Fixed #31987 -- Fixed Cast() with DurationField on MySQL.
Petr Čermák
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-05-19
Fixed #31578 -- Dropped support for MySQL 5.6.
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-02
Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.
c-bata
2020-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-02-27
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-06-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-04-21
Refs #30380 -- Used cursor._executed in DatabaseOperations.last_executed_quer...
Mariusz Felisiak
2019-04-19
Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.
Mariusz Felisiak
2019-04-08
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2018-12-05
Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...
Tim Graham
2018-10-15
Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.
Mariusz Felisiak
2018-10-09
Simplified handling of DurationField values on MySQL/MariaDB.
Sergey Fedoseev
2018-10-03
Refs #27795 -- Removed force_bytes() usage in MySQL backend.
Jon Dufresne
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
[next]