[sqlalchemy] Re: distinct doesn't work with join

2007-04-29 Thread Michael Bayer
On Apr 29, 2007, at 11:22 AM, ml wrote: Stripped version attached. OK r2579 --~--~-~--~~~---~--~~ 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

[sqlalchemy] Re: distinct doesn't work with join

2007-04-29 Thread ml
Thanks! How stable is this revision? Is it suited for production? Michael Bayer napsal(a): OK r2579 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to

[sqlalchemy] Re: distinct doesn't work with join

2007-04-29 Thread Michael Bayer
On Apr 29, 2007, at 6:33 PM, ml wrote: Thanks! How stable is this revision? Is it suited for production? probably. i keep wanting to release it all week but get bogged down with more tweaks. --~--~-~--~~~---~--~~ You received this message because you are

[sqlalchemy] Re: distinct doesn't work with join

2007-04-28 Thread Michael Bayer
On Apr 28, 2007, at 2:58 AM, ml wrote: Hi! I have tables recipes and recipes_ctgs (M:N relation). Mappers: mapper(Recipe, recipes, order_by = desc(recipes.c.date)) mapper(RecipesCtg, recipes_ctgs, order_by=recipes_ctgs.c.title, properties={ recipes: relation(Recipe,