DB-API execute params, am I missing something?

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Wed May 27 05:32:35 EDT 2009


In message <mailman.766.1243354300.8015.python-list at python.org>, Dennis Lee 
Bieber wrote:

> Notice that db.literal() call? That's part of the mechanism used to
> escape and quote parameters -- it only returns strings that are safe for
> insertion into the SQL statement.

Does it deal with "like"-wildcards?




More information about the Python-list mailing list