Codebase list py-postgresql / 2a3f4ef
Adjust changes to reflect the pending status of the exception correction. James William Pye 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changes in v1.2
11 ===============
22
3 1.2.2 released on 2020-09-17
3 1.2.2 released on 2020-09-22
44 ----------------------------
55
66 * Correct broken Connection.proc.
77 * Correct IPv6 IRI host oversight.
88 * Document an ambiguity case of DB-API 2.0 connection creation and the workaround(unix vs host/port).
9 * DB-API 2.0 connect() failures caused an undesired exception chain; ClientCannotConnect is now raised.
9 * (Pending, active in 1.3) DB-API 2.0 connect() failures caused an undesired exception chain; ClientCannotConnect is now raised.
1010 * Minor maintenance on tests and support modules.
1111
1212 1.2.0 released on 2016-06-23