Re: [Django] #30170: Refactor and simplify wrapping variables on Oracle

2019-03-24 Thread Django
#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: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
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.


Re: [Django] #30170: Refactor and simplify wrapping variables on Oracle

2019-02-11 Thread Django
#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
-+-
Changes (by Tim Graham):

 * stage:  Unreviewed => Accepted


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.17a3ebef5dd9ea9daa2d1e0a98120730%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #30170: Refactor and simplify wrapping variables on Oracle

2019-02-10 Thread Django
#30170: Refactor and simplify wrapping variables on Oracle
-+-
   Reporter:  felixxm|  Owner:  felixxm
   Type: | Status:  assigned
  Cleanup/optimization   |
  Component:  Database   |Version:  master
  layer (models, ORM)|
   Severity:  Normal |   Keywords:  Oracle cx_Oracle
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 Refactor and simplify wrapping variables on Oracle (i.e.
 `VariableWrapper`, `OracleParam`, `FormatStylePlaceholderCursor`,
 converters)  by using Python data types (supported by `cx_Oracle`),
 removing unnecessary conversions etc.

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.d889bc1f9fb624441c6539976842ec1a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.