You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/11/29 17:56:18 UTC

[incubator-hop] branch master updated (ee37e59 -> a900983)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.


    from ee37e59  Merge pull request #1194 from sramazzina/HOP-3497
     new f9c6af0  HOP-3402 ExecSQL: Unable to set connection name by using a variable
     new 10da4ae  HOP-3402: small cleanup
     new a900983  Merge pull request #1198 from sramazzina/HOP-3402

The 3196 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../0019-execute-sqlscript-basic.hpl}              | 182 +++++++--------
 ...er.hpl => 0019-execute-sqlscript-byeachrow.hpl} | 194 ++++++++--------
 .../main-0019-execute-sqlscript.hwf}               |  42 ++--
 .../transforms/execsqlrow/ExecSqlRowData.java      |   4 -
 .../hop/pipeline/transforms/sql/ExecSql.java       |  29 ++-
 .../hop/pipeline/transforms/sql/ExecSqlData.java   |   4 -
 .../hop/pipeline/transforms/sql/ExecSqlDialog.java |  41 ++--
 .../hop/pipeline/transforms/sql/ExecSqlMeta.java   | 253 +++++++++------------
 .../sql/messages/messages_en_US.properties         |  28 ++-
 .../sql/messages/messages_it_IT.properties         |  56 +++--
 .../transforms/sql/ExecSqlMetaInjectionTest.java   |  85 -------
 .../pipeline/transforms/sql/ExecSqlMetaTest.java   |  59 +++--
 12 files changed, 444 insertions(+), 533 deletions(-)
 copy integration-tests/{mdi/0003-add-sequence-child.hpl => database/0019-execute-sqlscript-basic.hpl} (58%)
 copy integration-tests/database/{0009-database-join-parameter.hpl => 0019-execute-sqlscript-byeachrow.hpl} (61%)
 copy integration-tests/{transforms/main-0001-add-sequence.hwf => database/main-0019-execute-sqlscript.hwf} (77%)
 delete mode 100644 plugins/transforms/sql/src/test/java/org/apache/hop/pipeline/transforms/sql/ExecSqlMetaInjectionTest.java