On Thu, Dec 13, 2018 at 10:46:15PM +0100, Christoph Zwerschke wrote:
> unfortunately PyGres does not yet support prepared statements with parameter
> passing. I think this can only be solved by adding support for
> PQExecPrepared in the C module.

Do you have any idea what the interface would look like for this ?
Would we add a prepare() and execute() ?
Or query(..., prepare='name') ?

Note that I'm interested only in the classic interface, as that's what we're
using on our server side and unlikely to change anytime soon.

Perhaps it's not interesting or worth talking about much until cursors are
out the door.

Cheers,
Justin
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to