From cf114aeaefa8cab690b0a6dfabd7e198ca86aaeb Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Mon, 29 Jul 2019 08:27:30 +0200 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?= =?UTF-8?q?=201038896][Liquibase=20funktioniert=20nicht=20mit=20Postgres?= =?UTF-8?q?=209.1=20-=20w=C3=A4hlt=20falschen=20Type=20aus]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process/Sql_lib/process.js | 1 + 1 file changed, 1 insertion(+) diff --git a/process/Sql_lib/process.js b/process/Sql_lib/process.js index e94147d322..d2f616b53c 100644 --- a/process/Sql_lib/process.js +++ b/process/Sql_lib/process.js @@ -1287,6 +1287,7 @@ SqlMaskingUtils.prototype.concat = function(fields, separatorCharacter, autoTrim { case db.DBTYPE_MYSQL4: case db.DBTYPE_MARIADB10: + case db.DBTYPE_POSTGRESQL8: retSql = " concat_ws( '" + separatorSql + "'"; for (i = 0; i < fields.length; i++) { retSql += ", " + fields[i]; -- GitLab