i was totally guessing mysql on this one...but its oracle !   who knew.

you're free to just use a string and say order_by="somecolumn NULLS  
FIRST" on this.   we could add an operator to the oracle module if  
that helps, something like (assume 0.4 usage)   
order_by=oracle.nullsfirst(mycolumn.desc()) , i guess that is  
important if youre applying ordering to relations which get aliased.

On Aug 9, 2007, at 8:38 AM, SOS wrote:

>
> I notice there is no support for the NULLS FIRST/NULLS LAST specifier
> on ORDER BY clauses.
>
> Am I overlooking something or is this really the case?
> Is there any chance of support for this coming soon? Or is it too
> vendor-specific to be in SQLAlchemy?
> If it is feasible, has anyone created a patch/addon that would enable
> this?
>
>
> Cheers,
>
> SOS
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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