rap2hpoutre / pg-anonymizer

Dump anonymized PostgreSQL database with a NodeJS CLI
https://raph.site
MIT License
223 stars 31 forks source link

fix: typo #1

Closed revolunet closed 3 years ago

revolunet commented 3 years ago

lets try this :)

rap2hpoutre commented 3 years ago

👋 Welcome first contributor.

Nice catch! 🙏

Thanks to your contribution, I noticed some bugs including one about date formatting: the sample database I used was not tested against date, because of this bithdate typo 😱. I tested it again on my sample database and it's way better now (as a side note, I also added support for JSONB anonymization thanks to --list=comments:{}). Next step: adding unit tests to avoid testing manually 😅

Let's try it then!