Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing column is ignored #61

Open
JasonBarnabe opened this issue Apr 9, 2018 · 0 comments
Open

Missing column is ignored #61

JasonBarnabe opened this issue Apr 9, 2018 · 0 comments

Comments

@JasonBarnabe
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant