Changes between Initial Version and Version 1 of Ticket #34769


Ignore:
Timestamp:
Aug 10, 2023, 1:13:13 AM (9 months ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34769 – Description

    initial v1  
    1 Oracle 21c has made significant changes in `JSON` implementation, e.g. added new `JSON` data type, check out [https://docs.oracle.com/en/database/oracle/oracle-database/21/nfcon/application-development.html#GUID-A44ED5C3-5419-49D5-B5D9-263B53F51C4D release notes]. Currently 22 `model_fields.test_jsonfield` tests fail on Oracle 21c+:
     1Oracle 21c has made significant changes in `JSON` implementation, e.g. added new `JSON` data type, check out [https://docs.oracle.com/en/database/oracle/oracle-database/21/nfcon/application-development.html#GUID-A44ED5C3-5419-49D5-B5D9-263B53F51C4D release notes]. Currently 22 `model_fields.test_jsonfield` tests fail on Oracle 21c+, check out [https://code.djangoproject.com/attachment/ticket/34769/logs logs].
Back to Top