I am trying to issue a straight SQL TRUNCATE table command:
engine = engine_from_config(config, 'sqlalchemy.')
connection = engine.connect()
connection.execute('truncate table cms_history;')
Everything runs fine without error -- but the table does not truncate
-- nothing is affected. Am I missing something obviouis to others in
trying to do this? Thanks, RVince
--
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.