Skip to content

Commit 261d5ed

Browse files
committed
Add to the CHANGELOG about the issue being addressed.
1 parent 9310726 commit 261d5ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
-------------------------------------------------------------------
1818
## [Unreleased]
19+
## Fixed
20+
- Fixed a issue when updates to MSSQL data would result in multiple messages coming back from the server, e.g. when triggers update multiple tables and NOCOUNT is OFF. Another scenario is before or after scripts that call stored procs wth PRINT statements in them or that return multiple resultsets before completing. Without the fix, this issue can result in tables only partially anonymized.
1921

2022
## [2.4.0] 2024-07-30
2123
## Changed

0 commit comments

Comments
 (0)