Opened 15 months ago
Closed 10 months ago
#34769 closed Bug (fixed)
JSONField key/path transforms tests fail on Oracle 21c.
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.2 |
Severity: | Normal | Keywords: | oracle json jsonfield |
Cc: | David Sanders, Sage Abdullah, Jingbei Li, Christopher Jones | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Oracle 21c has made significant changes in JSON
implementation, e.g. added new JSON
data type, check out release notes. Currently 22 model_fields.test_jsonfield
tests fail on Oracle 21c+, check out logs.
Attachments (1)
Change History (7)
by , 15 months ago
comment:1 by , 15 months ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 15 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 months ago
Replying to Natalia Bidart:
Mariusz, shall we mark this as release blocker for 5.0?
No, it's not a regression or a bug in the new feature.
comment:4 by , 10 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I'm finally figured out how to fix this.
Note:
See TracTickets
for help on using tickets.
Mariusz, shall we mark this as release blocker for 5.0?