Roundup Tracker - Issues

Message5067

Author schlatterbeck
Recipients ber, r.david.murray, schlatterbeck, tekberg
Date 2014-04-04.06:17:18
Message-id <20140404061713.GA27579@runtux.com>
In-reply-to <1396536025.54.0.789629129577.issue2550834@psf.upfronthosting.co.za>
On Thu, Apr 03, 2014 at 02:40:25PM +0000, R David Murray wrote:
> 
> Note that in Python3 there are a lot more datatypes where sorts
> including None will fail, so long term the issue is about more than just
> datetimes.

I know. There currently is a mechanism for mangling to-be-sorted items
before sorting. It just wasn't called when sorting in python for rdbms
backends. I've fixed this now.
I don't think this already works for python3 but should be easy to fix
by fixing the "sort_repr" methods of the various hyperdb types (e.g.
String, Multilink, Date, etc.)

Fixed in ra116de39e38c

Concerning the original bug-report, just for the records: This also
failed for mysql not just PostgreSQL.

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
allmenda.com member                     email: rsc@allmenda.com
History
Date User Action Args
2014-04-04 06:17:19schlatterbecksetrecipients: + schlatterbeck, ber, tekberg, r.david.murray
2014-04-04 06:17:19schlatterbecklinkissue2550834 messages
2014-04-04 06:17:18schlatterbeckcreate