On Fri, May 17, 2013 at 4:36 PM, M.-A. Lemburg <m...@egenix.com> wrote:

> e.g. passing a
> dictionary of parameters to a SQL command which uses a mix
> of qmark and named style parameter markers.
>

That is a plain, simple syntax error, and will be reported as such by the
SQL engine, along with a million other syntax errors that I have no way of
detecting in Python.  The error reporting is the same in all cases: "SQL
does not like your stuff."
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to