> You must istantiate an istance of the obj to be deleted.
> This is an Object Manager, so all operation is available on object.
>
> or you can execute a plain string-sql direclty from engine
>
> connection = engine.connect()
> connection.execute("DELETE FROM a WHERE b = c")
or I can do this :
f_table.delete(f_table.c.user_id==theone.id).execute()
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---