[sqlalchemy] Re: Missing delete() attribute on orm object

2007-12-03 Thread Brendan Arnold
thanks, i've updated the docs On Dec 3, 2007 9:35 PM, Michael Bayer <[EMAIL PROTECTED]> wrote: > > > > On Dec 3, 2007, at 4:32 PM, Brendan Arnold wrote: > > > > > hi there, > > > > i'm trying to delete an object from my database using the orm. > > according to 'sqlalchemy for people in a hurry do

[sqlalchemy] Re: Missing delete() attribute on orm object

2007-12-03 Thread Michael Bayer
On Dec 3, 2007, at 4:32 PM, Brendan Arnold wrote: > > hi there, > > i'm trying to delete an object from my database using the orm. > according to 'sqlalchemy for people in a hurry docs 0.4' there is a > delete() method on orm objects, so the following is possible, > > sample.comments[0].delete()