Mercurial > p > roundup > code
diff CHANGES.txt @ 5118:57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
tests by Stuart McGraw.
My postgres tests passed both before and after I applied his patch,
but the code change seems rational.
issue2086536 - back_postgresql: fixing pg_command and prefering
psycopg2. Patch done by Philipp Gortan (mephinet). His patch
also improves handling of retryable errors. Applied and
edited by John Rouillard. Edits included removing support for
psycopg1. See:
https://sourceforge.net/p/roundup/mailman/message/32855027/
for rational for dropping it
Again all 137 postgres tests pass.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 02 Jul 2016 21:15:23 -0400 |
| parents | 14abd0a67207 |
| children | 748ba87e1aca |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jul 02 20:05:06 2016 -0400 +++ b/CHANGES.txt Sat Jul 02 21:15:23 2016 -0400 @@ -221,6 +221,15 @@ String fileds is 'no' not 'yes'. So to get a new string field into the full text/all text index you need to use String(indexme='yes'). Reported by Michael Belleville. (John Rouillard) +- issue2550853 - better error handling and cleanup on some postgres + tests by Stuart McGraw. +- issue2086536 - back_postgresql: fixing pg_command and prefering + psycopg2. Patch done by Philipp Gortan (mephinet). His patch + also improves handling of retryable errors. Applied and + edited by John Rouillard. Edits included removing support for + psycopg1. See: + https://sourceforge.net/p/roundup/mailman/message/32855027/ + for rational for dropping it. 2016-01-11: 1.5.1
