mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-09 00:56:00 -04:00
868da0c281
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]