> 
> Andy Dustman wrote:
> > On Fri, 31 Dec 2004 18:53:52 -0800, Robert Brewer <[EMAIL PROTECTED]>
> > No. With MySQL, at least, the only meta-characters it cares about in
> > strings passed to it are single-quote ('), backslash (\), and NUL
> > (zero-byte), and all of these can be escaped with backslash, and there
> > is an API function to do this safely.

That's nice. What is this API function?

Peter


_______________________________________________
DB-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to