You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2020/06/08 11:00:04 UTC

[incubator-streampipes-extensions] branch feature/jdbc_rewrite updated: layout fix

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

micklich pushed a commit to branch feature/jdbc_rewrite
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/feature/jdbc_rewrite by this push:
     new 5afac4f  layout fix
5afac4f is described below

commit 5afac4f2767cd85289da07e6763fa4a984e082d1
Author: micklich <fl...@disy.net>
AuthorDate: Mon Jun 8 12:58:52 2020 +0200

    layout fix
---
 .../apache/streampipes/sinks/databases/jvm/jdbcclient/SqlAttribute.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient/SqlAttribute.java b/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient/SqlAttribute.java
index 4e8c3b9..7da048a 100644
--- a/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient/SqlAttribute.java
+++ b/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient/SqlAttribute.java
@@ -41,6 +41,7 @@ public enum SqlAttribute {
   MYSQL_DATETIME("DATETIME"),
   //POSTGRES / POSTGIS
   PG_DOUBLE("NUMERIC");
+
   private final String sqlName;
 
   SqlAttribute(String s) {