Am 26.09.2012 16:05, schrieb Patrick TJ McPhee:
I guess the idea here is to cycle on calls to PQexecParams() until we're out of arguments.
Right. PQexecParams() can only execute one command at a time. Btw, that's different from PQExec(), so in order to stay backward compatible, I think we should call that when not parameters are suppled.
-- Chris _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
