Changes between Version 1 and Version 2 of Ticket #29304


Ignore:
Timestamp:
Apr 9, 2018, 9:38:57 AM (6 years ago)
Author:
isergey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29304 – Description

    v1 v2  
    2323
    2424    models.Record.objects.bulk_create(records)
    25     models.RecordContent.objects.bulk_create(record_contents)
     25    models.RecordContent.objects.bulk_create(record_contents) # in Oracle ORA-01790: expression must have same datatype as corresponding expression
    2626}}}
    2727But in Oracle this code thows exception: ORA-01790: expression must have same datatype as corresponding expression
Back to Top