I do a select(order_by=mytable.c.name) and it works as expected, except
that I use an sqlite database and the ordering is done case sensitive.
I read the sqlite manual and you can write "ORDER BY name COLLATE
NOCASE" to do case insensitive ordering, but how do I add the "COLLATE
NOCASE" keywords through a SQLAlchemy expression?


--~--~---------~--~----~------------~-------~--~----~
 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