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

Programmatic access to failed rows #95

Open
FRosner opened this issue Apr 26, 2016 · 0 comments
Open

Programmatic access to failed rows #95

FRosner opened this issue Apr 26, 2016 · 0 comments
Milestone

Comments

@FRosner
Copy link
Owner

FRosner commented Apr 26, 2016

Problem

A user wants programmatic access to the failing rows of a constraint to persist them e.g. in an error table.

However it is not trivial to design the API for two main reasons:

  1. It is not general enough to be applied to all checks as it only works for row wise checks
  2. Due to the sad fact of not having binary logic (we have to deal with null) it is not trivial to answer how to compute the other side if you have failing or satisfying rows.
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