Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akirill0v committed Jul 14, 2022
1 parent 04ece30 commit 31f3a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### 🚀 Added
- Add the ability to select verbose logging features [#184](https://github.com/datanymizer/datanymizer/pull/184)
([@akirill0v](https://github.com/akirill0v))
- Add the UUID transformer [#180](https://github.com/datanymizer/datanymizer/pull/180)
([@evgeniy-r](https://github.com/evgeniy-r))
- Add the plain text transformer [#177](https://github.com/datanymizer/datanymizer/pull/177)
Expand Down
1 change: 0 additions & 1 deletion datanymizer_dumper/src/postgres/dumper.rs
Expand Up @@ -98,7 +98,6 @@ impl<W: 'static + Write + Send, I: 'static + Indicator + Send> PgDumper<W, I> {
self.indicator.inc_pb(1);

let row = PgRow::from_string_row(line?, table.clone());
// let transformed = row.transform(&self.engine, cfg.name.as_str())?;
let transformed =
row.transform(&self.engine, cfg.name.as_str())
.map_err(|err| {
Expand Down

0 comments on commit 31f3a80

Please sign in to comment.