sqlite newbie questions

Carsten Haese carsten at uniqsys.com
Tue Jun 26 06:35:18 EDT 2007


On Tue, 26 Jun 2007 08:38:29 GMT, Dennis Lee Bieber wrote:
> 	In both cases, the whole idea behind letting the adapter do
> parameter substitution is that the adapter will add the appropriate
> delimiters (quote marks, for the most part) needed for the data type.

That's only the case if the adapter is dumb enough to stuff the parameter into
the query as a literal value. Most adapters aren't that dumb.

--
Carsten Haese
http://informixdb.sourceforge.net



More information about the Python-list mailing list