Changes between Version 2 and Version 3 of Ticket #29304


Ignore:
Timestamp:
Apr 9, 2018, 10:38:34 AM (7 years ago)
Author:
Tim Graham
Comment:

What version of Django are you using? It might be a duplicate of #22669 (fixed in Django 2.0). If not, please try to minimize the code to reproduce the issue, including the data that causes the crash.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29304

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Summary Bulk Create bug in ORACLEQuerySet.bulk_create() fails with "ORA-01790: expression must have same datatype as corresponding expression"
    • Property Type UncategorizedBug
  • Ticket #29304 – Description

    v2 v3  
    1 I have to models
     1I have two models:
    22{{{
    33class Record(models.Model):
Back to Top