[sqlalchemy] Re: Order by in select doesn't seem to work

2011-12-27 Thread VDK
and act as a layer upon SQLAlchemy. Regards, Peter On Dec 25, 11:33 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 25, 2011, at 3:19 PM, VDK wrote: With echo=True, the following sql statements are reported: INFO:sqlalchemy.engine.base.Engine.0x...9890:select version

[sqlalchemy] Order by in select doesn't seem to work

2011-12-25 Thread VDK
I have the following piece of code: class ContributieNotas(object): class Admin(EntityAdmin): verbose_name = 'Contributie notas' verbose_name_plural = 'Contributienota\'s' list_display = ['id', 'achternaam', 'tussenvoegsel', 'voorletters', 'adres',

[sqlalchemy] Re: Order by in select doesn't seem to work

2011-12-25 Thread VDK
that omits the last (and unwanted) ORDER BY clause? Peter On Dec 25, 5:26 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 25, 2011, at 7:36 AM, VDK wrote: I have the following piece of code: class ContributieNotas(object):    class Admin(EntityAdmin):        verbose_name