#34554: Reverse(Value(...)) crashes on Oracle.
-------------------------------------+-------------------------------------
               Reporter:  Mariusz    |          Owner:  Mariusz Felisiak
  Felisiak                           |
                   Type:  Bug        |         Status:  assigned
              Component:  Database   |        Version:  4.2
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  oracle
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 `Reverse(Value("some static string"))` crashes on Oracle:
 {{{
   File "/django/django/db/backends/oracle/base.py", line 546, in
 _fix_for_params
     query %= tuple(args)
 TypeError: not enough arguments for format string
 }}}
 Noticed when checking which functions will crash in `Field.db_default` on
 Oracle.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34554>
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/0107018804c5311d-d54d6146-cf49-41fe-94ff-dbbc00677657-000000%40eu-central-1.amazonses.com.

Reply via email to