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

nadment pushed a commit to branch 3557
in repository https://gitbox.apache.org/repos/asf/hop.git

commit e8b44ce69fde1338116e0fcda66c18152e2663c4
Author: Nicolas Adment <[email protected]>
AuthorDate: Mon Jan 22 21:34:48 2024 +0100

    Propose formats for the TIMESTAMP type in the TableView widget #3557
---
 ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java 
b/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
index 46a67dd711..0e95c31099 100644
--- a/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
+++ b/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
@@ -2664,6 +2664,7 @@ public class TableView extends Composite {
       int type = 
ValueMetaFactory.getIdForValueMeta(row.getText(colinfo.getFieldTypeColumn()));
       switch (type) {
         case IValueMeta.TYPE_DATE:
+        case IValueMeta.TYPE_TIMESTAMP:
           return Const.getDateFormats();
         case IValueMeta.TYPE_INTEGER:
         case IValueMeta.TYPE_BIGNUMBER:

Reply via email to