#22669: bulk_create with empty model fields fails on oracle
-------------------------------------+-------------------------------------
     Reporter:  sns1081@…            |                    Owner:  Michael
                                     |  Nacharov
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
  QuerySet.bulk_create               |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by rmeyers4):

 Any chance of including this fix in Django 1.11? bulk_create worked fine
 in our project in Django 1.10, but is failing in 1.11 with 'DatabaseError:
 ORA-00918: column ambiguously defined' for certain models. I'm still
 trying to determine what distinguishes the models where bulk_create fails
 from where it succeeds, but manually applying the fixes in this ticket
 
(https://github.com/django/django/commit/c4e2fc5d9872c9a0c9c052a2e124f8a9b87de9b4)
 resolves the issue.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22669#comment:19>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/075.b78a389fdf777fb903d19240ef9223ed%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to