Skip to content

issues Search Results · repo:andersinno/python-database-sanitizer language:Python

Filter by

14 results
 (90 ms)

14 results

inandersinno/python-database-sanitizer (press backspace or delete to remove)

I saw that #29 was merged some time ago but a new tag with those changes hasn t been created. Would it be possible to tag a new release so we can incorporate the latest code?
  • greydnls
  • Opened 
    on Jun 23, 2023
  • #38

I had a dump fail on an int field with -1 in it. I m afraid I haven t put together an MRE, but it s very obvious that in https://github.com/andersinno/python-database-sanitizer/blob/master/database_sanitizer/utils/mysql.py#L67 ...
  • mrmonkington
  • Opened 
    on Feb 3, 2023
  • #36

would it be possible to provide the database-config as Environment-Variables to the database-sanitizer instead of an mysql:// url ? Also, mysqldumper console command often also needs to be called in a ...
  • funkrusher
  • 1
  • Opened 
    on Nov 28, 2022
  • #35

  • ramudataengineer
  • Opened 
    on Oct 23, 2022
  • #34

Getting following error while running sanitization Traceback (most recent call last): File /home/ubuntu/.local/bin/database-sanitizer , line 11, in module sys.exit(main()) File /home/ubuntu/.local/lib/python3.6/site-packages/database_sanitizer/__main__.py ...
  • rohitjha941
  • Opened 
    on Oct 12, 2020
  • #33

This issue replaces #30. The issue is that user-inputted data that includes these newline characters: - \u2028 - \u2029 - \x85 causes the dump to think that the line is actually split into more ...
  • YPCrumble
  • 2
  • Opened 
    on Jun 17, 2020
  • #31

Thanks for building this repo! Currently this line splits the db lines using line.split( \t ): https://github.com/andersinno/python-database-sanitizer/blob/master/database_sanitizer/dump/postgres.py#L126. ...
  • YPCrumble
  • 1
  • Opened 
    on Jun 16, 2020
  • #30

Using OSX Empty dict is being passed into the env args for subprocess.Popen. This causes the command to not be able to find mysqldump. env is being initialized as empty dict here https://github.com/andersinno/python-database-sanitizer/blob/d08832e5c067ff2f9796c32789e2a30ba3850d36/database_sanitizer/utils/mysql.py#L45 ...
  • azin634
  • Opened 
    on Jan 23, 2020
  • #27

Any idea why this tool can t find mysqldump? I can confirm that it is in my path. edwin$ database-sanitizer mysql://root@localhost/test Traceback (most recent call last): File /Users/edwin/code/test/venv/bin/database-sanitizer ...
  • azin634
  • 1
  • Opened 
    on Jan 22, 2020
  • #26

Add support for taking the mysql dump with the --single-transaction option, as to avoid locking the entire database for the duration of the dump. This could be implemented by adding a section to the .sanitizerconfig ...
  • JoaRiski
  • Opened 
    on Jun 6, 2019
  • #22
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub