#25195: update_or_create doesn't understand F() operations
-------------------------------------+-------------------------------------
     Reporter:  Marc Tamlyn          |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Simon Charette):

 Replying to [comment:2 Marc Parizeau]:
 > How about the following?
 >
 > {{{
 > Foo.objects.update_or_create(name='bar', defaults={'value':
 Coalesce('value', 0) + 1})
 > }}}
 >
 > where one could specify an explicit default?

 We'd need to special case `Coalesce` in `update_or_create` for this to
 work as references to columns are not allowed in `INSERT`s.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/25195#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.f01b11f6eee3c1879f8df878514e2b0e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to