You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by jalligator <gi...@git.apache.org> on 2018/08/18 03:46:27 UTC

[GitHub] cayenne pull request #303: If the transformer returns PRUNED_NODE, this cast...

GitHub user jalligator opened a pull request:

    https://github.com/apache/cayenne/pull/303

    If the transformer returns PRUNED_NODE, this cast fails...

    …which isn't correct. This prohibits transformers from proactively pruning nodes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jalligator/cayenne master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cayenne/pull/303.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #303
    
----
commit 1befbe6722abe7baa127a6ee23909a11ce8d114b
Author: John Larson <la...@...>
Date:   2018-08-18T03:32:29Z

    If the transformer returns PRUNED_NODE, this cast fails which isn't correct

----


---

[GitHub] cayenne pull request #303: If the transformer returns PRUNED_NODE, this cast...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cayenne/pull/303


---