We are moving from mysql to postgres and would like to have the same
sort behavior in postgres that mysql provides.  Unfortunately as the
code was written for our application, it didn't always get an explicit
"order by" because the behavior that was in mysql worked how it was
"supposed to."  Is there any way that we can get sqlalchemy to enforce
for postgres the "order by {{ primary key field }} nulls last" that we
saw in mysql?  To add a wrinkle, we are using Elixir and not straight
SQLAlchemy, but I suspect that we are going to have to address this at
the SA level rather than the Elixir level.

- jmj

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