#5543: cursor.callproc with oracle backend does not work
--------------------------------------------------------+-------------------
   Reporter:  [EMAIL PROTECTED]                  |                Owner:  
mboersma        
     Status:  assigned                                  |            Component: 
 Database wrapper
    Version:  SVN                                       |           Resolution: 
                 
   Keywords:  oracle Oracle db backend cursor callproc  |                Stage: 
 Accepted        
  Has_patch:  0                                         |           Needs_docs: 
 0               
Needs_tests:  0                                         |   Needs_better_patch: 
 0               
--------------------------------------------------------+-------------------
Changes (by ikelly):

  * keywords:  oracle, Oracle, db, backend => oracle Oracle db backend
               cursor callproc
  * stage:  Design decision needed => Accepted

Comment:

 cx_Oracle's callproc is written in C and might not be straightforward to
 reproduce in Python, code duplication issues aside.  I suggest we have the
 execute (and executemany?) method inspect the query to determine the style
 of placeholder used.  This could be as simple as throwing a try..except
 around the query reformatting.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5543#comment:3>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to