[EMAIL PROTECTED] wrote: > Hi, > > Should execute() be allowed to execute multiple operations? [...]
You best ask such questions on the DB-SIG. I say "no" and I think most people there will agree. Most DB-API modules will accept multiple statements, but that's an implementation artifact, and not intended by the DB-API. FWIW I specifically implemented a check in pysqlite that will raise a Warning if you use multiple statements in execute(many) and provided a nonstandard executescript() method for those who really want to execute multiple statements. -- Gerhard -- http://mail.python.org/mailman/listinfo/python-list