SnakeDumper icon indicating copy to clipboard operation
SnakeDumper copied to clipboard

Anonymize your database dumps.

Results 5 SnakeDumper issues
Sort by recently updated
recently updated
newest added

With this PR I'm trying to fulfill the need that our projects require to be able use SnakeDumper. We have a more than 300 tables with billions rows. Most of...

The link in the README file does not point to the latest release. In the version hosted on digilist.de there is still the issue regarding the option --disable-structure. I suggest...

The Chain converter is not working for me. It just gets an array of strings, but those are never instantiated as converters. Config: ``` converters: name: - Chain: - Company...

Hi @digilist, I am trying to add custom DBAL Types before executing the dump() command. To do this I am extending the DumpCommand and overriding the execute method. I need...

**Problem** String in INSERT Query: `'>>Elit Tortor Ridiculus Vehicula! (Lorem Ipsum)>Elit Tortor Ridiculus Vehicula! (Lorem Ipsum)\'` **Fix** Use `$this->dumpOutput->writeln($query, Output::OUTPUT_RAW);` wherever applicable to prevent this faulty behaviour.