[Sqlalchemy-commits] commit/sqlalchemy: 7 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-09 20:05:00
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/99350b159f73/ Changeset: 99350b159f73 Branch: None User: zzzeek Date: 2014-07-09 21:50:17 Summary: - Fixed bug where "python setup.py test" wasn't calling into distutils appropriately, and errors would be emitted at the end of the test suite. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/217fa3db062b/ Changeset: 217fa3db062b Branch: None User: zzzeek Date: 2014-07-09 21:50:27 Summary: Merge branch 'master' into rel_1_0 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/16cc3e33e7ff/ Changeset: 16cc3e33e7ff Branch: rel_0_9 User: zzzeek Date: 2014-07-09 21:51:32 Summary: - Fixed bug where "python setup.py test" wasn't calling into distutils appropriately, and errors would be emitted at the end of the test suite. Conflicts: doc/build/changelog/changelog_09.rst Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/04e9a8113690/ Changeset: 04e9a8113690 Branch: None User: zzzeek Date: 2014-07-09 21:51:47 Summary: - add 0.9 changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7baaad9ce71e/ Changeset: 7baaad9ce71e Branch: None User: zzzeek Date: 2014-07-09 21:51:59 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2b85e80d75f5/ Changeset: 2b85e80d75f5 Branch: master User: zzzeek Date: 2014-07-09 22:04:07 Summary: - Changed the default value of "raise_on_warnings" to False for MySQLconnector. This was set at True for some reason. The "buffered" flag unfortunately must stay at True as MySQLconnector does not allow a cursor to be closed unless all results are fully fetched. fixes #2515 - lots of MySQL tests seemed to not be hitting all backends, so we should be getting some mysqlconnector failures now Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/db33e809047e/ Changeset: db33e809047e Branch: rel_1_0 User: zzzeek Date: 2014-07-09 22:04:38 Summary: Merge branch 'master' into rel_1_0 Affected #: 6 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. |