Skip to content

Missing column is ignored #61

@JasonBarnabe

Description

@JasonBarnabe

Using the blacklist strategy and

      table 'mytable' do
        primary_key 'id'

        anonymize('this_column_doesnt_exist').using(FieldStrategy::RandomEmail.new('example', 'com'))
      end

No error or warning, it just proceeds as if everything is fine. It should raise an exception so I can notice the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions