[ https://issues.apache.org/jira/browse/APEXMALHAR-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300534#comment-15300534 ]
ASF GitHub Bot commented on APEXMALHAR-1953: -------------------------------------------- GitHub user bhupeshchawda opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/291 APEXMALHAR-1953 Updated Jdbc Output Operator Renaming JdbcPOJOOutputOperator to AbstractJdbcPOJOOutputOperator Added JdbcPOJOInsertOutputOperator for insert queries. Added support for automatic mapping of fields from POJO to DB columns. Added unit tests. Added JdbcPOJONonInsertOutputOperator for update / delete / merge queries. Refactored accordingly. Added unit tests. Added error port and error tuple handling to AbstractJdbcTransactionableOutputOperator Added Autometrics, addressed review comments Reopening new PR with correct branch name. Last PR: https://github.com/apache/incubator-apex-malhar/pull/215 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bhupeshchawda/incubator-apex-malhar APEXMALHAR-1953-jdbc-output-4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-apex-malhar/pull/291.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 #291 ---- commit d43629d5e7d389b953ebb36c764e9d27ee4ab2a9 Author: bhupesh <bhupeshcha...@gmail.com> Date: 2016-03-14T13:15:07Z APEXMALHAR-1953: Renaming JdbcPOJOOutputOperator to AbstractJdbcPOJOOutputOperator commit e8d1cb06332557756d8510e86d643296cb6e8df3 Author: bhupesh <bhupeshcha...@gmail.com> Date: 2016-03-15T13:28:30Z APEXMALHAR-1953: Added JdbcPOJOInsertOutputOperator for insert queries. Added support for automatic mapping of fields from POJO to DB columns. Added unit tests. commit 5f4d2bc8a8cc71a412db32f03d079204d7512f8b Author: bhupesh <bhupeshcha...@gmail.com> Date: 2016-03-17T12:54:08Z APEXMALHAR-1953: Added JdbcPOJONonInsertOutputOperator for update / delete / merge queries. Refactored accordingly. Added unit tests. commit e91acf757a132b75dc7c6300d84f550940d5d61c Author: bhupesh <bhupeshcha...@gmail.com> Date: 2016-03-28T12:54:56Z APEXMALHAR-1953: Added error port and error tuple handling to AbstractJdbcTransactionableOutputOperator Added Autometrics, addressed review comments ---- > Add generic (insert, update, delete) support to JDBC Output Operator > -------------------------------------------------------------------- > > Key: APEXMALHAR-1953 > URL: https://issues.apache.org/jira/browse/APEXMALHAR-1953 > Project: Apache Apex Malhar > Issue Type: Task > Reporter: Bhupesh Chawda > Assignee: Bhupesh Chawda > -- This message was sent by Atlassian JIRA (v6.3.4#6332)