Skip to content

Tags: andersinno/python-database-sanitizer

Tags

v1.1.0

Toggle v1.1.0's commit message
Database Sanitizer 1.1.0

- Add "skip_rows" option to leave out table contents completely

- Use yaml.safe_load to read the configuration

v1.0.0

Toggle v1.0.0's commit message
python-database-sanitizer 1.0.0

- Add support for custom dump tool CLI flags
- Add `--single-transaction` flag by default to the mysqldump parameters

v0.4.2

Toggle v0.4.2's commit message
v0.4.2

Improve Python2 support
Update README

v0.4.1

Toggle v0.4.1's commit message
v0.4.1

Improve Python 2 support

v0.4.0

Toggle v0.4.0's commit message
Database Sanitizer 0.4.0

Changes since 0.3.0:

 * Add path of the config file to Python path

   - This makes the global sanitizers placed next to the config file
     found by default without modifications to the PYTHONPATH
     environment variable.

 * Remove requirement on mock

v0.3.0

Toggle v0.3.0's commit message
Database Sanitizer 0.3.0

Changes since 0.2.0:

 * Add support for PostGIS

 * Add sanitation session API

 * Add new sanitizers

v0.2.0

Toggle v0.2.0's commit message
v0.2.0

This version adds support for MySQL databases.

v0.1.0

Toggle v0.1.0's commit message
v0.1.0

Initial release of the database sanitation tool.