1
0
mirror of https://github.com/django/django.git synced 2025-03-01 12:24:31 +00:00
django/tests/db_functions
Simon Charette 6364b6ee10 Fixed #34955 -- Made Concat() use || operator on PostgreSQL.
This also avoids casting string based expressions in Concat() on
PostgreSQL.
2023-11-14 10:56:20 +01:00
..