From: Bitbucket <com...@bi...> - 2016-01-05 15:27:16
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/197ffa2be2ca/ Changeset: 197ffa2be2ca Branch: None User: zzzeek Date: 2016-01-05 15:25:36+00:00 Summary: - Fixed 1.0 regression where the eager fetch of cursor.rowcount was no longer called for an UPDATE or DELETE statement emitted via plain text or via the :func:`.text` construct, affecting those drivers that erase cursor.rowcount once the cursor is closed such as SQL Server ODBC and Firebird drivers. fixes #3622 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6ba8382fa8b9/ Changeset: 6ba8382fa8b9 Branch: None User: zzzeek Date: 2016-01-05 15:26:12+00:00 Summary: - Fixed 1.0 regression where the eager fetch of cursor.rowcount was no longer called for an UPDATE or DELETE statement emitted via plain text or via the :func:`.text` construct, affecting those drivers that erase cursor.rowcount once the cursor is closed such as SQL Server ODBC and Firebird drivers. fixes #3622 (cherry picked from commit 197ffa2be2cadce3df8bfb0799b3c80158250286) Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bd991c68da73/ Changeset: bd991c68da73 Branch: rel_1_0 User: zzzeek Date: 2016-01-05 15:26:22+00:00 Summary: - version bump Affected #: 1 file 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. |