On Thu, Jan 03, 2019 at 09:49:24PM +0100, Christoph Zwerschke wrote: > Let me know what you think. > > I will also add documentation, but want to wait for feedback first. Maybe we > want to change or add something.
|+ def query_prepared(self, name, *args): |+ def prepare(self, name, command): One thought ; should "name" be an kwarg with default name='' ? Justin _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo/pygresql
