#7302: Missed quoting in SQL ordering fragment
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Milestone: 1.0
Component: Database wrapper | Version: SVN
Resolution: | Keywords: sqlite, db, wrapper
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 1 |
----------------------------------------+-----------------------------------
Comment (by isagalaev):
I've made a minimal test that fails with current trunk upon not quoting
the word "order" in order_by. It's in the patch 7302.1.diff along with a
possible fix. It's "possible" because I'm not sure that quoting with qn2
there is the right thing for all cases.
--
Ticket URL: <http://code.djangoproject.com/ticket/7302#comment:17>
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
-~----------~----~----~----~------~----~------~--~---