[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2013-06-30 23:56:40
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b38a76cd1d47/ Changeset: b38a76cd1d47 Branch: None User: zzzeek Date: 2013-07-01 00:35:12 Summary: - replace most explicitly-named test objects called "Mock..." with actual mock objects from the mock library. I'd like to use mock for new tests so we might as well use it in obvious places. - use unittest.mock in py3.3 - changelog - add a note to README.unittests - add tests_require in setup.py - have tests import from sqlalchemy.testing.mock - apply usage of mock to one of the event tests. we can be using this approach all over the place. Affected #: 17 files https://bitbucket.org/zzzeek/sqlalchemy/commits/78cc4d9c34a0/ Changeset: 78cc4d9c34a0 Branch: None User: zzzeek Date: 2013-07-01 00:41:35 Summary: - replace most explicitly-named test objects called "Mock..." with actual mock objects from the mock library. I'd like to use mock for new tests so we might as well use it in obvious places. - use unittest.mock in py3.3 - changelog - add a note to README.unittests - add tests_require in setup.py - have tests import from sqlalchemy.testing.mock - apply usage of mock to one of the event tests. we can be using this approach all over the place. Affected #: 16 files https://bitbucket.org/zzzeek/sqlalchemy/commits/868da0c28190/ Changeset: 868da0c28190 Branch: master User: zzzeek Date: 2013-07-01 01:48:48 Summary: 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] Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cc299b2d1cb5/ Changeset: cc299b2d1cb5 Branch: rel_0_8 User: zzzeek Date: 2013-07-01 01:54:59 Summary: 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] Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |