#1191 - Trim logged SQL removing new line chars (for sql from SqlUpdate)

This commit is contained in:
rob bygrave
2017-11-01 22:00:55 +13:00
parent db6562df76
commit 10607385e0
@@ -48,7 +48,7 @@ public class PstmtFactory {
}
if (logSql) {
t.logSql(sql);
t.logSql(TrimLogSql.trim(sql));
}
Connection conn = t.getInternalConnection();