Message5067
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 |
|
Date |
User |
Action |
Args |
2014-04-04 06:17:19 | schlatterbeck | set | recipients:
+ schlatterbeck, ber, tekberg, r.david.murray |
2014-04-04 06:17:19 | schlatterbeck | link | issue2550834 messages |
2014-04-04 06:17:18 | schlatterbeck | create | |
|