You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactored dumper/batch runner to use "open" and "close" methods
* called open and close methods using a try..except statement during usage
* added general exception logging to cli, so that cli doesnt randomly output stacktraces (debatable!). I made this change because it was strange that the integration test was getting a failure on a test that was supposed to error, but it seemed like a logical choice on review.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18
18
## [Unreleased]
19
19
## Fixed
20
20
- Fixed a bug where MSSQL provider would override the server connection with (local).
21
+
- Fixed a bug where failing dump & restore operations would not be caught by pynonymizer. Pynonymizer will now error when mysql/mysqldump or psql/pgdump returns an error code.
0 commit comments