http://www.sqlalchemy.org/docs/ormtutorial.html#deleting

On 13 April 2010 11:12, jo <jose.soa...@sferacarta.com> wrote:
> Hi all,
>
> I'm trying migrate from 0.3 to 0.6
> I don't know how to delete an object
>
> in the old version it was:
>
> My.get(1).delete()
>
> in 0.6:
>
> My.get(1).delete()
>
> AttributeError: 'My' object has no attribute 'delete'
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to