So, I want to write a 'count' property to a mapped object, basically it'll return the count() of rows where id == something, but I was not very sucessfull finding how to count things on SQLA without actually selecting the data...
The func.count option counts the total items on the table, I didn't find a way to make it count just the "where" results... -- José de Paula Eufrásio Júnior aka coredump http://core.eti.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

