]> 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:54:59 +0000 (19:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jun 2013 23:54:59 +0000 (19:54 -0400)
commitcc299b2d1cb50c035aaf8e6324d8d7cad12436c6
tree17679169d460fcaeb5041b386d9c2fb7f7730fff
parent78cc4d9c34a03137398572c6d5be894b69fcc4f7
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
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/firebird/fdb.py
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
test/dialect/test_firebird.py