]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jun 2013 23:48:48 +0000 (19:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jun 2013 23:48:48 +0000 (19:48 -0400)
commit868da0c281904aa66cde9eeae32a740acab108fe
tree41078107eb26c4dbeff3342e608c4e3d0d089c8b
parentb38a76cd1d47cd6b8f1abef30ad7c3aeaa27d537
Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.
This controls the value of the ``retaining`` flag sent to the
``commit()`` and ``rollback()`` methods of the DBAPI connection.
Defaults to False.  Also in 0.8.2, where it defaults to True.
[ticket:2763]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/firebird/fdb.py
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
test/dialect/test_firebird.py