On Tue, Jan 6, 2009 at 12:51 AM, alex.gay...@gmail.com
<alex.gay...@gmail.com> wrote:
>
> Karen,
>
> Can you try changing line 230 of django.db.models.sql.query from:
>                    row = row[:aggregate_start] + tuple(
> to
>                    row = tuple(row[:aggregate_start]) + tuple(
>
> That should clear up most of the errors and seems to be the result of
> Oracle returning a list instead of a tuple.

I've just added this fix to the branch. Thanks, Alex and Karen.

Russ %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to