]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "autocommit" flag on select() and text() as well
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jan 2010 23:49:22 +0000 (23:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jan 2010 23:49:22 +0000 (23:49 +0000)
commite78cee66186b8851a5018e32f6935ca72be0cf7e
tree9f014b0a33ad01270b972b2ae3eeb8212a5b9d49
parent0b185fc84f32c153239fd42a219b5a3a8e56ebda
- the "autocommit" flag on select() and text() as well
      as select().autocommit() are deprecated - now call
      .execution_options(autocommit=True) on either of those
      constructs, also available directly on Connection and orm.Query.
CHANGES
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
test/engine/test_transaction.py