elgentos/masquerade

"maximum number of steps is not set." in verbose mode

sreichel opened this issue · 1 comments

After masquerade silently fails i tried verbose mode to get an idea what happens there, but it does not work for -vv or -vvv

Box Requirements Checker
========================

> Using PHP 7.3.27
> PHP is using the following php.ini file:
  /usr/local/etc/php/php.ini

> Checking Box requirements:
  ......

                                                                                
 [OK] Your system is ready to run the application.                              
                                                                                

[Foreign key constraint checking is off - deletions will not affect linked tables]

._ _  _. _ _.    _ .__. _| _
| | |(_|_>(_||_|(/_|(_|(_|(/_
            |
                   by elgentos
                        v0.3.4
Updating table using the following data
array (
  'processor' => 'Elgentos\\Masquerade\\DataProcessor\\RegularTableProcessor',
  'configuration' => 
  array (
    'pk' => 'user_id',
    'columns' => 
    array (
      'firstname' => 
      array (
        'formatter' => 'firstName',
      ),
      'lastname' => 
      array (
        'formatter' => 'lastName',
      ),
      'email' => 
      array (
        'formatter' => 'email',
        'nullColumnBeforeRun' => true,
        'unique' => true,
      ),
      'username' => 
      array (
        'formatter' => 'firstName',
        'nullColumnBeforeRun' => true,
        'unique' => true,
      ),
      'password' => 
      array (
        'formatter' => 'password',
      ),
    ),
    'name' => 'admin_user',
    'provider' => 
    array (
    ),
  ),
)

Nullifying columns in batches for [admin_user]
 ERROR:                                                                          
 Unable to display the estimated time if the maximum number of steps is not set.

Could you do a PR to add it?