On Thu, 18 Aug 2016 17:56:17 +0200 Christoph Zwerschke <[email protected]> wrote: > What you suggest should already work in 5.0, but you must use the > query_formatted() method, not the query() method which uses Postgres > parameter notation ($1, $2 etc.)
OK so perhaps the action item is to add paramstyle to pg and allow it to be changed to pyformat which would simply redirect query to query_formatted. What format would you call our current default? -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org IM:[email protected] _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
