| Age | Commit message (Collapse) | Author |
|
values()/values_list() after annotate() with aggregations and subqueries.
Subquery annotation references must be resolved if they are excluded
from the GROUP BY clause by a following .values() call.
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Thanks Makina Corpus for the report.
Backport of 42c08ee46539ef44f8658ebb1cbefb408e0d03fe from master
|
|
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
|
|
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
It accounts for differences seen on cockroachdb.
|
|
|
|
Now that subquery annotations aren't included in the GROUP BY unless
explicitly grouped against, the test works on Oracle.
|
|
used in the GROUP BY clause.
Thanks Tim Graham for the review.
|
|
|
|
when using a RawSQL annotation.
Regression in 1d070d027c218285b66c0bde8079034b33a87f11.
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
|
|
SQLite.
|
|
CombinedExpression(output_field=DecimalField()) annotation on SQLite.
|
|
Thanks Tim Graham and Nick Pope for reviews.
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
integer.
Thanks Simon Charette for review.
|
|
|
|
Removed possible u'' prefixes on Python 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
QuerySet.exists() incorrectly handled query.group_by = True
case (grouping by all select fields), causing GROUP BY
expressions to be wiped along with select fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #23843 which is really a cx_Oracle bug
|
|
|
|
|