#32888: Using select_for_update with self as an of-argument gets dropped when
only
selecting fields on related model
-------------------------------------+-------------------------------------
Reporter: Hannes Ljungberg | Owner: nobody
Type: Bug | Status: new
Component: Database layer | Version: dev
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Hannes Ljungberg):
Tried to understand what's happening in
`SQLCompiler.get_select_for_update_of_arguments` and it appears like it's
dependant on what tables and columns have been SELECT:ed. Looks like we
only need to do this because Oracle want columns instead of tables. I
wonder if we could base this on the JOIN:ed tables instead and grab the
column from the predicate for Oracle?
--
Ticket URL: <https://code.djangoproject.com/ticket/32888#comment:1>
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/067.306259f25c04acaa91888105ad10a9c1%40djangoproject.com.