Anthony Joseph
|
3a8f52fbc6
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+.
|
5 miesięcy temu |
Tim Graham
|
6a85c888bf
Added supports_select_union skips in queries and aggregation tests.
|
7 miesięcy temu |
Adam Johnson
|
cbf1e87398
Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans.
|
1 rok temu |
Mariusz Felisiak
|
f9e9526800
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+.
|
1 rok temu |
Mariusz Felisiak
|
2c6ebb65c9
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
|
1 rok temu |
Mariusz Felisiak
|
981c23c0cc
Fixed #33717 -- Dropped support for PostgreSQL 11.
|
2 lat temu |
Mariusz Felisiak
|
f4f2afeb45
Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when format is uppercased.
|
2 lat temu |
Mariusz Felisiak
|
a0bd006306
Made select_for_update() don't raise TransactionManagementError on databases that don't support transactions.
|
3 lat temu |
Tim Graham
|
db83ac48d4
Expanded QuerySet.explain() error message if a backend supports no formats.
|
3 lat temu |
Mariusz Felisiak
|
0b63124c84
Improved ExplainTests.test_basic().
|
3 lat temu |
Mariusz Felisiak
|
b8759093d8
Removed DatabaseFeatures.validates_explain_options.
|
3 lat temu |
Mariusz Felisiak
|
6723a26e59
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL injection on PostgreSQL.
|
3 lat temu |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 lat temu |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 lat temu |
Wu Haotian
|
aba9c2de66
Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.
|
3 lat temu |
Wu Haotian
|
b3b04ad211
Refs #28574 -- Added test for XML format output to Queryset.explain().
|
3 lat temu |
Mariusz Felisiak
|
5371342ed6
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
|
4 lat temu |
Hasan Ramezani
|
275dd4ebba
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
|
4 lat temu |
Nick Pope
|
b312421511
Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL 13+.
|
4 lat temu |
Mariusz Felisiak
|
20a8a443f0
Fixed #31578 -- Dropped support for MySQL 5.6.
|
4 lat temu |
Nick Pope
|
55df1750be
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+.
|
5 lat temu |
Nick Pope
|
742961332e
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+.
|
5 lat temu |
Nick Pope
|
6e9189c080
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on PostgreSQL 12+.
|
5 lat temu |
Nick Pope
|
a5c5ae7d91
Refs #28574 -- Used feature flag for PostgreSQL version check.
|
5 lat temu |
Mariusz Felisiak
|
0ddb4ebf7b
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
|
5 lat temu |
Ramiro Morales
|
1b1f64ee5a
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
|
6 lat temu |
Tim Graham
|
13fe5a87f9
Fixed MySQL QuerySet.explain() test when running tests in reverse.
|
6 lat temu |
Tom
|
c1c163b427
Fixed #28574 -- Added QuerySet.explain().
|
7 lat temu |