Roundup Tracker - Issues

Message4875

Author ber
Recipients ber, rouilj, tekberg
Date 2013-05-06.07:57:04
Message-id <1367827024.63.0.888246702509.issue2550805@psf.upfronthosting.co.za>
In-reply-to
Okay, let assume the testFilteringRangeGeekInterval failure is
unrelated to Tom's patch -> Issue2550810

As for the failure I have on the test, postgresql's docs say that ILIKE
behaviour depends on the locale. Here the commands that I've used to
create the database, maybe my choice of the "C" locale matters.

Created a new postgresql DB:
        rm -r tmpdb/
        mkdir tmpdb
        initdb -D tmpdb/ -U rounduptest --locale=c --encoding=UTF8
        pg_ctl -D tmpdb/ -l logfile -o '-k ./' start
History
Date User Action Args
2013-05-06 07:57:04bersetmessageid: <1367827024.63.0.888246702509.issue2550805@psf.upfronthosting.co.za>
2013-05-06 07:57:04bersetrecipients: + ber, rouilj, tekberg
2013-05-06 07:57:04berlinkissue2550805 messages
2013-05-06 07:57:04bercreate