> Unless I am mistaken (it is not documented) the execute method is > autmatically committed? If not that would be a good thing as the whole > update process would then be journaled and not stored. Statements run with execute() are inside the same transaction as every other action done by the ORM-specific portions. -- Gustavo Niemeyer http://niemeyer.net