#34955: Make available the string concatenation operator `||`  for PostgreSQL
-------------------------------------+-------------------------------------
     Reporter:  Paolo Melchiorre     |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  dev
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  field, database,     |             Triage Stage:
  generated, output_field            |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak):

 Moreover, there is no easy way to implement `Concat()` on PostgreSQL such
 that it uses ` || `, is immutable, and work the same way as now, because
 it uses `COALESCE()` which is also considered mutable by PostgreSQL. I
 understand that you want to use new goodies on PostgreSQL but it's a
 database limitation, not a Django fault.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34955#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018baf07bf1d-a2987124-ad80-4c01-b164-a9fd8551f778-000000%40eu-central-1.amazonses.com.

Reply via email to