<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/postgres_tests/test_trigram.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-09-11T12:36:56Z</updated>
<entry>
<title>Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence.</title>
<updated>2024-09-11T12:36:56Z</updated>
<author>
<name>Gastón Avila</name>
<email>avila.gas@gmail.com</email>
</author>
<published>2024-09-04T20:32:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c3ca6075cc0ad425bcf905fe14062f38eb9fbcbf'/>
<id>urn:sha1:c3ca6075cc0ad425bcf905fe14062f38eb9fbcbf</id>
<content type='text'>
When ConcatPair was updated to use || this lost the implicit wrapping from CONCAT(...).
This broke the WHERE clauses when used in combination with PostgreSQL trigram similarity.

Regression in 6364b6ee1071381eb3a23ba6b821fc0d6f0fce75.

Co-authored-by: Emiliano Cuenca &lt;106986074+emicuencac@users.noreply.github.com&gt;
</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/django.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>Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().</title>
<updated>2022-10-08T06:07:38Z</updated>
<author>
<name>Gregor Gärtner</name>
<email>code@gregorgaertner.de</email>
</author>
<published>2022-09-24T10:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0c06f8ab7904e1fd082f2de57337f6c7e05f177'/>
<id>urn:sha1:f0c06f8ab7904e1fd082f2de57337f6c7e05f177</id>
<content type='text'>
Co-Authored-By: Michael Howitz &lt;mh@gocept.com&gt;
</content>
</entry>
<entry>
<title>Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDistance() on PostgreSQL.</title>
<updated>2022-06-17T09:14:30Z</updated>
<author>
<name>Matt Brewer</name>
<email>matt.brewer693@gmail.com</email>
</author>
<published>2022-06-17T07:44:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d160f154f0240a423e83ffe0690e472f837373c'/>
<id>urn:sha1:8d160f154f0240a423e83ffe0690e472f837373c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33717 -- Dropped support for PostgreSQL 11.</title>
<updated>2022-05-19T07:26:48Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-05-19T07:26:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=981c23c0ccbcaa155a80f894fd9e832beaab661d'/>
<id>urn:sha1:981c23c0ccbcaa155a80f894fd9e832beaab661d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.</title>
<updated>2021-09-17T11:05:15Z</updated>
<author>
<name>Nikita Marchant</name>
<email>nikita.marchant@gmail.com</email>
</author>
<published>2021-09-15T10:57:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4e4082f9396e21de0bd88dbfc651da9ad01c7c0c'/>
<id>urn:sha1:4e4082f9396e21de0bd88dbfc651da9ad01c7c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped minimum isort version to 5.1.0.</title>
<updated>2020-07-30T08:58:59Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-07-24T06:25:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85'/>
<id>urn:sha1:e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85</id>
<content type='text'>
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
</content>
</entry>
<entry>
<title>Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.</title>
<updated>2020-03-03T14:39:52Z</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes@5monkeys.se</email>
</author>
<published>2019-11-19T13:59:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65ab4f9f03e70733df6afd9d8454ec3700155111'/>
<id>urn:sha1:65ab4f9f03e70733df6afd9d8454ec3700155111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.</title>
<updated>2019-11-11T11:58:49Z</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes@5monkeys.se</email>
</author>
<published>2019-11-08T20:20:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e2f05b2e33a6c80c7a411ce76af7b5a08acb835'/>
<id>urn:sha1:6e2f05b2e33a6c80c7a411ce76af7b5a08acb835</id>
<content type='text'>
</content>
</entry>
</feed>
