Skip to content

Adds the "unmappble" result type

Compare
Choose a tag to compare
@mpdude mpdude released this 05 Oct 13:19
· 21 commits to master since this release
Add a new "unmappable" result type

This can be used if a source object should be treated as if it does
not exists (don't insert/delete when present). In some cases, this
cannot be detected unless the mapping is attempted.

Normally, such objects should not be returned from the SourceAdapter
in the first place.