index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
operations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-09
1
-7
/
+7
*
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-08
1
-6
/
+2
*
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-06
1
-59
/
+58
*
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-05-18
1
-3
/
+4
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-3
/
+8
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-118
/
+163
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-2
/
+3
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
1
-2
/
+29
*
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-12
1
-5
/
+3
*
Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...
Roman
2021-11-02
1
-0
/
+12
*
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...
Mariusz Felisiak
2021-06-01
1
-0
/
+3
*
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-05-07
1
-1
/
+1
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-1
/
+1
*
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-14
1
-3
/
+5
*
Fixed #32060 -- Added Random database function.
Nick Pope
2020-10-02
1
-3
/
+0
*
Fixed #31987 -- Fixed Cast() with DurationField on MySQL.
Petr Čermák
2020-09-09
1
-0
/
+1
*
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-20
1
-2
/
+6
*
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-30
1
-4
/
+0
*
Fixed #31578 -- Dropped support for MySQL 5.6.
Mariusz Felisiak
2020-05-19
1
-4
/
+1
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+10
*
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
1
-20
/
+21
*
Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.
c-bata
2020-04-02
1
-14
/
+33
*
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-31
1
-0
/
+20
*
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-25
1
-1
/
+2
*
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-27
1
-1
/
+1
*
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2020-01-03
1
-4
/
+4
*
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
1
-0
/
+2
*
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
1
-3
/
+8
*
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-24
1
-0
/
+3
*
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-02
1
-1
/
+3
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+1
*
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-06-13
1
-1
/
+12
*
Refs #30380 -- Used cursor._executed in DatabaseOperations.last_executed_quer...
Mariusz Felisiak
2019-04-21
1
-1
/
+1
*
Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.
Mariusz Felisiak
2019-04-19
1
-4
/
+3
*
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-08
1
-2
/
+2
*
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-09
1
-1
/
+1
*
Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...
Tim Graham
2018-12-05
1
-2
/
+2
*
Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.
Mariusz Felisiak
2018-10-15
1
-0
/
+1
*
Simplified handling of DurationField values on MySQL/MariaDB.
Sergey Fedoseev
2018-10-09
1
-8
/
+1
*
Refs #27795 -- Removed force_bytes() usage in MySQL backend.
Jon Dufresne
2018-10-03
1
-10
/
+5
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-18
1
-0
/
+4
*
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-03
1
-0
/
+3
*
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-07-25
1
-0
/
+2
*
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-07-09
1
-0
/
+13
*
Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
2018-07-05
1
-2
/
+2
*
Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-06-20
1
-0
/
+11
*
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-19
1
-0
/
+13
*
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-03-12
1
-0
/
+1
*
Refs #28459 -- Improved performance of time difference expressions on MySQL.
Sergey Fedoseev
2018-03-01
1
-2
/
+2
[next]