ah that changes things...if NULLS FIRST/LAST is part of ANSI sql then id feel comfortable adding a core construct, like order_by=column.nullsfirst().
On Aug 9, 2007, at 12:27 PM, Oleg Deribas wrote: > > Hello, > > Michael Bayer said the following on 09.08.2007 17:09: > >> 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. > > It is not only Oracle. Firebird also supports NULLS FIRST/LAST > since 1.5 > > -- > Oleg > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
