<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 4.2a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=4.2a1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=4.2a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2023-01-09T09:52:51Z</updated>
<entry>
<title>Fixed #34176 -- Fixed grouping by ambiguous aliases.</title>
<updated>2023-01-09T09:52:51Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-01-06T14:10:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dd68af62b2b27ece50d434f6a351877212e15c3f'/>
<id>urn:sha1:dd68af62b2b27ece50d434f6a351877212e15c3f</id>
<content type='text'>
Regression in b7b28c7c189615543218e81319473888bc46d831.

Refs #31377.

Thanks Shai Berger for the report and reviews.

test_aggregation_subquery_annotation_values_collision() has been
updated as queries that are explicitly grouped by a subquery should
always be grouped by it and not its outer columns even if its alias
collides with referenced table columns. This was not possible to
accomplish at the time 10866a10 landed because we didn't have compiler
level handling of colliding aliases.
</content>
</entry>
<entry>
<title>Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.</title>
<updated>2022-12-28T11:31:04Z</updated>
<author>
<name>Adrian Torres</name>
<email>atorresj@redhat.com</email>
</author>
<published>2022-11-10T18:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7eee1dca420ee7c4451d24cd32fa08aed0dcbb36'/>
<id>urn:sha1:7eee1dca420ee7c4451d24cd32fa08aed0dcbb36</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #33308 -- Added support for psycopg version 3.</title>
<updated>2022-12-15T05:17:57Z</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-12-01T19:23:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca'/>
<id>urn:sha1:09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca</id>
<content type='text'>
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.

Co-authored-by: Florian Apolloner &lt;florian@apolloner.eu&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.</title>
<updated>2022-12-12T07:36:17Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-12T07:25:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2ebfbd894e21e1656c1e1f32d98b8df7a32d3649'/>
<id>urn:sha1:2ebfbd894e21e1656c1e1f32d98b8df7a32d3649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specific tests.</title>
<updated>2022-12-01T08:39:46Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-01T08:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=149b55fefad03c18589d580ef53d41e7c99408ed'/>
<id>urn:sha1:149b55fefad03c18589d580ef53d41e7c99408ed</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField's __overlap lookup.</title>
<updated>2022-11-18T04:53:37Z</updated>
<author>
<name>Ben Cail</name>
<email>bcail@crossway.org</email>
</author>
<published>2022-10-26T13:58:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fbde929b19754f19cba1d14e86f4c59f4b0a633c'/>
<id>urn:sha1:fbde929b19754f19cba1d14e86f4c59f4b0a633c</id>
<content type='text'>
Thanks Mads Jensen and kosz85 and the initial patch.
</content>
</entry>
<entry>
<title>Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL values.</title>
<updated>2022-11-03T05:59:49Z</updated>
<author>
<name>Ion Alberdi</name>
<email>ion.alberdi@pricemoov.com</email>
</author>
<published>2022-10-09T09:01:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3dc9f3ac6960c83cd32058677eb0ddb5a5e5da43'/>
<id>urn:sha1:3dc9f3ac6960c83cd32058677eb0ddb5a5e5da43</id>
<content type='text'>
Thanks jerch and David Sanders for reviews.
</content>
</entry>
<entry>
<title>Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain only NULL values.</title>
<updated>2022-11-03T05:39:34Z</updated>
<author>
<name>Ion Alberdi</name>
<email>ion.alberdi@pricemoov.com</email>
</author>
<published>2022-11-03T05:29:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=34d63d5a41188a32b77733e33c1fad64f37c6772'/>
<id>urn:sha1:34d63d5a41188a32b77733e33c1fad64f37c6772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.</title>
<updated>2022-10-07T06:26:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-10-07T06:26:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=749cd83e1356740f940613f12b609f078097f252'/>
<id>urn:sha1:749cd83e1356740f940613f12b609f078097f252</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.</title>
<updated>2022-10-06T07:34:31Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2022-09-23T03:57:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=04518e310d4552ff7595a34f5a7f93487d78a406'/>
<id>urn:sha1:04518e310d4552ff7595a34f5a7f93487d78a406</id>
<content type='text'>
This ensures explicit grouping from using values() before annotating an
aggregate function groups by selected aliases if supported.

The GROUP BY feature is disabled on Oracle because it doesn't support it.
</content>
</entry>
</feed>
