Files
sqlalchemy/lib/sqlalchemy/dialects/firebird
Mike Bayer 868da0c281 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]
2013-06-30 19:48:48 -04:00
..