#29541: Add support for cx_Oracle 6.4
-------------------------------------+-------------------------------------
               Reporter:  felixxm    |          Owner:  felixxm
                   Type:  Bug        |         Status:  assigned
              Component:  Database   |        Version:  2.0
  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          |
-------------------------------------+-------------------------------------
 Django crashes with cx_Oracle 6.4. e.g. stack trace:

 {{{
   File "/home/jenkins/workspace/django-
 
oracle-2.0/database/oracle12/label/bionic/python/python3.4/django/db/backends/utils.py",
 line 85, in _execute
     return self.cursor.execute(sql, params)
   File "/home/jenkins/workspace/django-
 
oracle-2.0/database/oracle12/label/bionic/python/python3.4/django/db/backends/oracle/base.py",
 line 500, in execute
     return self.cursor.execute(query, self._param_generator(params))
 cx_Oracle.ProgrammingError: positional and named binds cannot be
 intermixed
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29541>
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 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.03c8fd7b212c695022f284b194ea6d5c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to