Hello, Michael Bayer said the following on 09.08.2007 20:50: > 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().
Here is what I've found in SQL2003 draft: "In addition, NULLS FIRST or NULLS LAST may be specified, to indicate whether a null value should appear before or after all non-null values in the ordered sequence of each <value expression>" -- 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 -~----------~----~----~----~------~----~------~--~---
