When working with an extra() call, I need to pass massaged
parameters to a subselect using the where=[""].  However, I'd
like to be able to access the back-end's quoting abilities.  As a
stop-gap, I currently am simply doing a replace of a single-quote
with two single-quotes.  However, I've heard there's that should
be escaped depending on the back-end.

Is there a way to access the back-end's string-quoting mechanism?

-tim




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to