Skip to content
Snippets Groups Projects
Commit cf114aea authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1038896][Liquibase funktioniert nicht...

[Projekt: Entwicklung - Neon][TicketNr.: 1038896][Liquibase funktioniert nicht mit Postgres 9.1 - wählt falschen Type aus]
parent 9e375df4
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment