#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
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"dc890bef5ad8e9fccce55f3e64af72103ea6e8c1" dc890bef]:
{{{
#!CommitTicketReference repository=""
revision="dc890bef5ad8e9fccce55f3e64af72103ea6e8c1"
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.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30510#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/064.573836864c8eac69b5cd23c54224c960%40djangoproject.com.