#30510: bulk_create() crashes with mixed length arguments on LOB fields on 
Oracle.
-------------------------------------+-------------------------------------
     Reporter:  Mark Gordon          |                    Owner:  Ahmet
                                     |  Kucuk
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  oracle bulk_create   |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

 In [changeset:"9dc13f41b5c80941d4873ce0791b83afd8f7c1ca" 9dc13f4]:
 {{{
 #!CommitTicketReference repository=""
 revision="9dc13f41b5c80941d4873ce0791b83afd8f7c1ca"
 [3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-
 length texts on Oracle.

 Text with more than 4000 characters must be set to as a CLOB on Oracle
 what caused a mixed datatype error (ORA-01790) when shorter text
 appeared in the same operation.

 Backport of dc890bef5ad8e9fccce55f3e64af72103ea6e8c1 from master
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30510#comment:5>
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/064.0ba2573d474ef105b18095b8c933c6f4%40djangoproject.com.

Reply via email to