<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests, branch 4.2.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=4.2.10</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=4.2.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2023-04-06T11:33:13Z</updated>
<entry>
<title>[4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.</title>
<updated>2023-04-06T11:33:13Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-05T17:34:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=db49def5fc03757048d6725097d4c3da44e7ea84'/>
<id>urn:sha1:db49def5fc03757048d6725097d4c3da44e7ea84</id>
<content type='text'>
Thanks Patryk Zawadzki for the report.

Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.

Backport of 4bf4222010fd8e413963c6c873e4088614332ef9 from main
</content>
</entry>
<entry>
<title>[4.2.x] Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_indexes.</title>
<updated>2023-04-06T11:33:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-05T18:32:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dece89df81c30f917162b13277b71fca13d9a2a3'/>
<id>urn:sha1:dece89df81c30f917162b13277b71fca13d9a2a3</id>
<content type='text'>
Backport of 02a04ab79ae8c9e1aa10a91ee8b73fc5252a58e8 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34346 -- Ordered selected expressions by position.</title>
<updated>2023-02-20T05:22:18Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-02-18T01:38:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=aab25a69dd09e6717ff86175ff62c29b847a7791'/>
<id>urn:sha1:aab25a69dd09e6717ff86175ff62c29b847a7791</id>
<content type='text'>
Used the same approach as for #34176 by using selected expressions
position to prevent ambiguous aliases in collisions.

Thanks henribru for the report.

Regression in 04518e310d4552ff7595a34f5a7f93487d78a406.

Backport of 278881e37619278789942513916acafaa88d26f3 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayField.</title>
<updated>2023-02-07T13:06:08Z</updated>
<author>
<name>Nils VAN ZUIJLEN</name>
<email>nils.van-zuijlen@mailo.com</email>
</author>
<published>2023-02-06T21:46:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e8a39da396b3ed8e469f569e4e865a54ae5dad0b'/>
<id>urn:sha1:e8a39da396b3ed8e469f569e4e865a54ae5dad0b</id>
<content type='text'>
Thanks Simon Charette for the review.

Backport of ae1fe72e9b1f5fe3b05e5b670bd0c205cd305e71 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
</content>
</entry>
<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>Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and __len lookup.</title>
<updated>2022-12-10T16:46:13Z</updated>
<author>
<name>James Gillard</name>
<email>jamesgillard@live.co.uk</email>
</author>
<published>2022-12-10T15:46:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c5ed884eabf3b2b67581c55bf6c87e721f69157f'/>
<id>urn:sha1:c5ed884eabf3b2b67581c55bf6c87e721f69157f</id>
<content type='text'>
Regression in 88fc9e2826044110b7b22577a227f122fe9c1fb5 that began
manifesting in Django 4.1.
</content>
</entry>
</feed>
