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/10/07 08:44:45 UTC

[incubator-hop] branch master updated (e97241f -> 26366c9)

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 e97241f  Merge pull request #1114 from nadment/HOP-3351
     new 685ebdb  HOP-3244 - TableOutput: value for "Return auto-generated key" got lost
     new 8e7d1fc  HOP-3244 - Cleaned up any reference to unneeded databaseMeta object
     new 803df16  HOP-3244 - Cleaned up any reference to unneeded databaseMeta object
     new 38f9154  HOP-3244 - Fixed typo in error message
     new 9e873e3  HOP-3244 - Fixd code according to reviews
     new 26366c9  Merge pull request #1117 from sramazzina/HOP-3244

The 2989 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:
 .../transforms/tableoutput/TableOutput.java        |  25 +---
 .../transforms/tableoutput/TableOutputDialog.java  |  32 +++--
 .../transforms/tableoutput/TableOutputMeta.java    | 144 ++++++++++-----------
 .../tableoutput/messages/messages_en_US.properties |   2 +
 .../tableoutput/messages/messages_it_IT.properties |   3 +-
 .../tableoutput/TableOutputMetaTest.java           |  10 --
 .../transforms/tableoutput/TableOutputTest.java    |   9 +-
 7 files changed, 106 insertions(+), 119 deletions(-)