You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by adessaigne <gi...@git.apache.org> on 2014/05/22 11:57:31 UTC

[GitHub] camel pull request: CAMEL-7447 Allow to stream the result of a dat...

GitHub user adessaigne opened a pull request:

    https://github.com/apache/camel/pull/159

    CAMEL-7447 Allow to stream the result of a database query

    It's only possible in the jdbc-component because it controls when the `close()` operations are performed.
    It's not possible in the sql-component because it delegates the `close()` calls to Spring's {{JdbcTemplate}}

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

    $ git pull https://github.com/adessaigne/camel CAMEL-7447

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

    https://github.com/apache/camel/pull/159.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 #159
    
----
commit 16c1d36d848c3ae02507babf8aae7a8dac9ebd83
Author: Antoine DESSAIGNE <an...@gmail.com>
Date:   2014-05-22T09:53:54Z

    CAMEL-7447 Allow to stream the result of a database query

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request: CAMEL-7447 Allow to stream the result of a dat...

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

    https://github.com/apache/camel/pull/159


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---