rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
102 stars 38 forks source link

Quote psql table name #74

Closed rwnx closed 3 years ago

rwnx commented 3 years ago

Modifications in pg provider to support table names that need escaping.

In line with the other providers' behaviour I've also added escaping the seed table columns, so at least the behaviour is consistent. Fixes #71