On Apr 8, 3:33 pm, Jonathan LaCour <[EMAIL PROTECTED]> wrote: > Chris Curvey wrote: > > But that's painfully slow. What I want is the equivalent of sending > > "delete from foo where bar_id = 1" directly to the database server. > > Foo.table.delete(Foo.c.bar_id == 1).execute()
no wonder I missed it -- it's too obvious for me! many thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
