> 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 -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
