Nick Jones
Nick Jones
At the moment we just execute one `INSERT` query per row in the data export file. We could speed up the import by combining chunks of rows into single `INSERT`...
At the moment, there's no validation of your formatter configuration when anonymising your data. This means that you could be 10 minutes in to anonymising a data export only to...
Presently, for data imports we scan through the import file once to generate the max for the progress bar (unless `--no-progress` is provided). We know the row count when we...
Allow for overriding/setting default installation parameters with a user specific configuration file
Perhaps a `~/.testrig.yaml` file containing default settings, such as database credentials, currencies, etc.
I'll just leave this here 😄
There are some areas of the code that rely on `Zend_Date::toString` to convert `Zend_Date` into `DateTime` objects. This isn't a reliable way to do it as some locales do not...