2009/1/7 Piotr Kęplicz <[email protected]>: > Of course not. Try: > > Session.query(Person).filter_by(...).delete()
Hi Piotr and thank you for the reply. Isn't that code still doing the select first, to get the object, and then deleting it? The code you posted is much cleaner though. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
