QuoteSQL
Jon Ribbens
jon+usenet at unequivocal.co.uk
Mon Sep 25 20:00:54 EDT 2006
More information about the Python-list mailing list
Mon Sep 25 20:00:54 EDT 2006
- Previous message (by thread): QuoteSQL
- Next message (by thread): QuoteSQL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <ef9nib$snj$1 at lust.ihug.co.nz>, Lawrence D'Oliveiro wrote: > You're proposing two separate functions: > > 1) quoting of non-wildcard specials > 2) quoting of wildcard specials Lawrence, you're wrong in this thread for the same reason you were right in the cgi.escape thread. Escaping general characters for string literals is a different operation from escaping wildcards from pattern matches, and for a good reason.
- Previous message (by thread): QuoteSQL
- Next message (by thread): QuoteSQL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list