Am 20.07.2016 um 17:56 schrieb Justin Pryzby:
This was an issue while converting existing application from
pg.connect().query() to DB.query_formatted.  The previous query used % string
interpretation, which allows passing a dict with "extra" values.

Right, passing extra values was not allowed.

I have just checked in r878 which makes this possible. I can see how this can sometimes be useful e.g. with locals() and for compatibility with the standard query method.

This will also go into 5.0.1 then.

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to