comparison 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
comparison
equal deleted inserted replaced
5117:14abd0a67207 5118:57452bc6d989
219 - issue2550854: including new field in All text* search. 219 - issue2550854: including new field in All text* search.
220 Fixed documentation in customizing.txt. The default for indexme on 220 Fixed documentation in customizing.txt. The default for indexme on
221 String fileds is 'no' not 'yes'. So to get a new string field into 221 String fileds is 'no' not 'yes'. So to get a new string field into
222 the full text/all text index you need to use String(indexme='yes'). 222 the full text/all text index you need to use String(indexme='yes').
223 Reported by Michael Belleville. (John Rouillard) 223 Reported by Michael Belleville. (John Rouillard)
224 - issue2550853 - better error handling and cleanup on some postgres
225 tests by Stuart McGraw.
226 - issue2086536 - back_postgresql: fixing pg_command and prefering
227 psycopg2. Patch done by Philipp Gortan (mephinet). His patch
228 also improves handling of retryable errors. Applied and
229 edited by John Rouillard. Edits included removing support for
230 psycopg1. See:
231 https://sourceforge.net/p/roundup/mailman/message/32855027/
232 for rational for dropping it.
224 233
225 2016-01-11: 1.5.1 234 2016-01-11: 1.5.1
226 235
227 Pay attention: 236 Pay attention:
228 237

Roundup Issue Tracker: http://roundup-tracker.org/