mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
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 in6364b6ee10. Backport ofc3ca6075ccfrom main. Co-authored-by: Emiliano Cuenca <106986074+emicuencac@users.noreply.github.com>