Re: [PyGreSQL] proofread docs

2019-01-05 Thread Christoph Zwerschke
Am 05.01.2019 um 17:42 schrieb Justin Pryzby: On Fri, Jan 04, 2019 at 11:44:47PM +0100, Christoph Zwerschke wrote: There's a few remaining chunks which I think are improvements. Please review and apply your best judgement and standards :) Ok, thank you. See last commit message. -- Christoph

[PyGreSQL] [967] trunk/docs/contents/pg: Some more improvements to the docs by Justin Pryzby

2019-01-05 Thread NULL
Title: [967] trunk/docs/contents/pg: Some more improvements to the docs by Justin Pryzby Revision 967 Author cito Date 2019-01-05 16:11:05 -0500 (Sat, 05 Jan 2019) Log Message Some more improvements to the docs by Justin Pryzby Modified Paths trunk/docs/contents/pg/db_wrapper.rst

Re: [PyGreSQL] proofread docs

2019-01-05 Thread Justin Pryzby
On Fri, Jan 04, 2019 at 11:44:47PM +0100, Christoph Zwerschke wrote: > I kept the term "C extension" for the shared library since it has a > well-known meaning in the Python world, but made it clearer that it's > low-level (I guess that was your reasoning to not use the term). Right, my thinking

Re: [PyGreSQL] prepared statements

2019-01-05 Thread Justin Pryzby
On Fri, Jan 04, 2019 at 10:03:17PM +0100, Christoph Zwerschke wrote: > In the spirit of RERO I think we should get 5.1 out soon (in 1-2 weeks) and This appears to be a typo in r961 docs/contents/pg/db_wrapper.rst -db.prepare("update employees set phone=$2 where ein=$1", -

[PyGreSQL] [966] trunk/docs/contents/changelog.rst: Update changelog

2019-01-05 Thread NULL
Title: [966] trunk/docs/contents/changelog.rst: Update changelog Revision 966 Author cito Date 2019-01-05 10:46:15 -0500 (Sat, 05 Jan 2019) Log Message Update changelog Modified Paths trunk/docs/contents/changelog.rst Diff Modified: trunk/docs/contents/changelog.rst (965 => 966)

[PyGreSQL] [965] trunk/tests/test_dbapi20_copy.py: Avoid warning in Python 3.7 (and error later in 3.8)

2019-01-05 Thread NULL
Title: [965] trunk/tests/test_dbapi20_copy.py: Avoid warning in Python 3.7 (and error later in 3.8) Revision 965 Author cito Date 2019-01-05 10:42:17 -0500 (Sat, 05 Jan 2019) Log Message Avoid warning in Python 3.7 (and error later in 3.8) Modified Paths branches/5.0.x/pgdb.py

Re: [PyGreSQL] prepared statements

2019-01-05 Thread Justin Pryzby
This is already settled but wanted to follow through on one point.. On Fri, Jan 04, 2019 at 07:42:28PM +0100, Christoph Zwerschke wrote: > > Currently it calls PQexecParams which (I think you agree) is creating > > unnamed prepared statements behind the scenes. > > Yes, I think this is the case.

[PyGreSQL] [964] trunk: Graceful exit of DB destructor on closed connection

2019-01-05 Thread NULL
Title: [964] trunk: Graceful exit of DB destructor on closed connection Revision 964 Author cito Date 2019-01-05 08:51:23 -0500 (Sat, 05 Jan 2019) Log Message Graceful exit of DB destructor on closed connection Also, in the 5.1 branch, the DB wrapper can now be closed (without closing

[PyGreSQL] [963] trunk/docs/contents/pg/module.rst: Fix doc error: get/set_cast_hook are connection methods

2019-01-05 Thread NULL
Title: [963] trunk/docs/contents/pg/module.rst: Fix doc error: get/set_cast_hook are connection methods Revision 963 Author cito Date 2019-01-05 06:59:18 -0500 (Sat, 05 Jan 2019) Log Message Fix doc error: get/set_cast_hook are connection methods Modified Paths