You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It is not general enough to be applied to all checks as it only works for row wise checks
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.
The text was updated successfully, but these errors were encountered:
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:
null
) it is not trivial to answer how to compute the other side if you have failing or satisfying rows.The text was updated successfully, but these errors were encountered: