Hi All,
     When I run this

delete_stmt = appname.delete(appname.c.appid==1)
print delete_stmt

I get output

DELETE FROM appname WHERE appname.appid = ?

Is there any way I can print out raw sql statments with the parameters
included  e.g.
DELETE FROM appname WHERE appname.appid = 1

Thanks!

Harkirat

-- 
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.

Reply via email to