| Age | Commit message (Collapse) | Author |
|
|
|
on SQLite and Oracle.
|
|
|
|
|
|
|
|
same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
|
|
|
|
Thanks Ramiro Morales for contributing to the patch.
|
|
values_list() after combining querysets with extra() with union(), difference(), or intersection().
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
|
|
|
|
DatabaseFeatures.can_use_chunked_reads.
|
|
Thanks carltongibson for the idea and weijunji for the initial patch.
|
|
|
|
|
|
|
|
Regression in a253a580e6f20fb7087490225538422eb6cab0bb
|
|
|
|
|
|
values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection().
Regression in a0c03c62a8ac586e5be5b21393c925afa581efaf.
Thanks Tim Graham and Carlton Gibson for reviews.
|
|
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
values_list() querysets with union(), difference(), or intersection().
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
|
|
|
|
_connector='AND' since it's a default value.
|
|
arguments.
|
|
Regression in 4acae21846f6212aa992763e587c7e201828d7b0.
Thanks Stephen Brooks for the report.
|
|
allow_sliced_subqueries_with_in.
After 0899d583bdb140910698d00d17f5f1abc8774b07 this database feature is
false only on MySQL which doesn't support sliced subqueries only with
IN/ALL/ANY/SOME.
|
|
model.
Thanks Shai Berger for the review.
|
|
|
|
difference(), and intersection().
Thanks Tim Graham for the review.
|
|
|
|
QuerySet.earliest()/latest().
|
|
|
|
intersection() queries.
|
|
queryset raising EmptyResultSet.
Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette
for the reviews.
|
|
EmptyResultSet.
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
efficiency.
|
|
This test passes to due some logic in Node.add().
|
|
distinct() and order_by().
Thanks Tim for the review.
|
|
to_field.
Thanks Kristian Klette for the report and Tim for the help.
|
|
|
|
DatabaseFeatures.max_query_params.
|
|
Thanks Andrew Brown for the test case.
|
|
|
|
|