it should be considered that when you use hibernate, the collection  
type is explicit with the collection mapping itself; and when you use  
the <list> type, a <list-index> is required (which is also a much  
better name here than "order_by").   So there is the notion that using  
a "list" should at all times have a "list-index", and it is more  
"correct" for sure.  And this does bug me.  I just am not sure if  
we're there yet as far as this kind of setting, if we want to force  
that level of explicitness in a Python lib, etc.  Its something of a  
cultural decision.


On May 15, 2008, at 2:06 PM, Rick Morrison wrote:

> I think Jason hits the nail on the head with his response - my first  
> reaction on the initial post was that was splitting hairs to enforce  
> the difference between an ordered list and an (allegedly) unordered  
> list, but I thought it was going to be a non-starter until I read  
> Mike's reply. It seems like overhead and unneeded complexity for  
> what is really just a reminder. And as his iterative example points  
> out, not a very effective reminder at that.
>
>
> >


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

Reply via email to