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
/
features.py
Age
Commit message (
Expand
)
Author
2022-08-01
[4.1.x] Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
2022-06-27
[4.1.x] Fixed #33796 -- Fixed ordered combined queryset crash when used in su...
Mariusz Felisiak
2022-06-17
[4.1.x] Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annot...
David Wobrock
2022-06-17
[4.1.x] Refs #28897 -- Added test for QuerySet.update() on querysets ordered ...
David Wobrock
2022-05-17
[4.1.x] Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-04-18
Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...
Mariusz Felisiak
2022-04-13
Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...
Mariusz Felisiak
2022-04-12
Fixed DatabaseFeatures.supports_expression_indexes on MySQL with MyISAM.
Mariusz Felisiak
2022-03-22
Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...
Gagaro
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-02-26
Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on Mari...
Alokik Vijay
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
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-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2021-10-28
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
2021-09-22
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-08-24
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-08
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
Mariusz Felisiak
2021-07-07
Fixed inspectdb and schema tests on MariaDB 10.6+.
Mariusz Felisiak
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-11
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-18
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-13
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-02
Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.
Sergey Fedoseev
2020-06-22
Combined MySQL backend server info queries.
Adam Johnson
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
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-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-18
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2019-11-05
Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
Mariusz Felisiak
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
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-24
Fixed DatabaseFeatures.update_can_self_select on MariaDB 10.3.2+.
Mariusz Felisiak
2019-10-16
Fixed #30885 -- Dropped support for MariaDB 10.1.
Mariusz Felisiak
2019-10-09
Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...
Mariusz Felisiak
2019-09-20
Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are ins...
Andrew
2019-09-06
Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22,...
Mariusz Felisiak
2019-09-05
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-07-19
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
[next]