#30954: NVARCHAR2 fields are not using cx_Oracle.NCHAR.
-------------------------------------+-------------------------------------
Reporter: jaumemoral | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: wontfix
Keywords: oracle charset | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):
* status: new => closed
* version: 2.2 => master
* resolution: => wontfix
Comment:
Django supports only databases that use UTF-8 encoding (see
[https://docs.djangoproject.com/en/2.2/ref/databases/#encoding
documentation]). Using `cx_Oracle.NCHAR` will not fix your issue because
`connection.nencoding` is set to `UTF-8`.
--
Ticket URL: <https://code.djangoproject.com/ticket/30954#comment:1>
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/068.60e38f14ba4cc551f7b20eba9f373a2b%40djangoproject.com.