On 27/03/2014 11:46, M.-A. Lemburg wrote:
> The prepared operation is only available until the next call to
> one of the .execute*() methods or another call to the .prepare()
> method.

With this wording it seems that the prepared statement is invalidated by
the next .execute() call, while you can call .execute() multiple times
with the same (prepared) query string.

federico

-- 
Federico Di Gregorio                         federico.digrego...@dndg.it
Di Nunzio & Di Gregorio srl                               http://dndg.it
               Do I know what a rhetorical question is? -- Homer Simpson
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
https://mail.python.org/mailman/listinfo/db-sig

Reply via email to