trans = session.create_transaction()
messages.delete(messages.c.submitter_type == 'spammer').execute()
bozodetector.insert().execute({'[EMAIL PROTECTED]'})
trans.commit()On 4/5/07, meyyitfani <[EMAIL PROTECTED]> wrote: > > *The Second Station of the Thirteenth Word* > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
