]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "autocommit=True" kwarg to select() and text(),
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jan 2008 17:48:22 +0000 (17:48 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jan 2008 17:48:22 +0000 (17:48 +0000)
commite1aa7573f210f76e2ddf8e45fc18007e11e5bbef
tree85d6631283fa022b17e43ead2344e3dfcb926a5e
parente13fdb965fbc31727e8653d444391a35d7533cc8
- added "autocommit=True" kwarg to select() and text(),
as well as generative autocommit() method on select();
for statements which modify the database through some
user-defined means other than the usual INSERT/UPDATE/
DELETE etc., this flag will enable "autocommit" behavior
during execution if no transaction is in progress
[ticket:915]
CHANGES
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/expression.py
test/engine/transaction.py