#10070: Named parameters not working on raw sql queries with sqlite
-------------------------------------+-------------------------------------
     Reporter:  Matias Surdi         |                    Owner:  Ryan
                                     |  Cheley
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  dev
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  1                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Shai Berger):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 Sorry -- this is still broken on Sqlite. The additions and fixes mentioned
 in comment:22 are mostly for Oracle and other backends. The Sqlite
 backend, at the time I write this, still has
 {{{#!python
     supports_paramstyle_pyformat = False
 }}}
 and still borks with a syntax error if you try to replicate the session in
 the ticket description.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/10070#comment:24>
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/0107018418e386a9-40e980bd-b2fe-4d77-93de-d38b918f1ea2-000000%40eu-central-1.amazonses.com.

Reply via email to