diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-29 12:36:54 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-31 17:20:26 -0400 |
| commit | 2efd89d02941ab4267d6e2842963fd38b1539f6c (patch) | |
| tree | c9346b13726a84ceab1a5c0d819ff236e1c7c22c /doc/build | |
| parent | de73c6d1cd880b213f87723b6cf73fea20a7b9fb (diff) | |
| download | sqlalchemy-2efd89d02941ab4267d6e2842963fd38b1539f6c.tar.gz | |
Add SQL Server CI coverage
Change-Id: Ida0d01ae9bcc0573b86e24fddea620a38c962822
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/unreleased_12/pymssql_sane_rowcount.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/pymssql_sane_rowcount.rst b/doc/build/changelog/unreleased_12/pymssql_sane_rowcount.rst new file mode 100644 index 000000000..9b4df2d85 --- /dev/null +++ b/doc/build/changelog/unreleased_12/pymssql_sane_rowcount.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mssql, orm + + Enabled the "sane_rowcount" flag for the pymssql dialect, indicating + that the DBAPI now reports the correct number of rows affected from + an UPDATE or DELETE statement. This impacts mostly the ORM versioning + feature in that it now can verify the number of rows affected on a + target version.
\ No newline at end of file |
