#30170: Refactor and simplify wrapping variables on Oracle
-------------------------------------+-------------------------------------
     Reporter:  felixxm              |                    Owner:  felixxm
         Type:                       |                   Status:  assigned
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  Oracle cx_Oracle     |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Jani Tiainen):

 Note that since latest cx_Oracle versions (6.x+ at least) there is support
 to read and write UDT (User Data Type) directly via cx_Oracle. Current
 parameter handling makes it difficult to pass such types via Django due
 parameter wrapping.

 Practical usage of this scenario is to allow Oracle GIS backend to
 manipulate SDO_GEOMETRY objects directly without doing very slow WKT
 conversions.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30170#comment:2>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.fa2f32f4e7aa7b2d92d0eff60cf5133a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to