mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1191 - Trim logged SQL removing new line chars (for sql from SqlUpdate)
This commit is contained in:
@@ -48,7 +48,7 @@ public class PstmtFactory {
|
||||
}
|
||||
|
||||
if (logSql) {
|
||||
t.logSql(sql);
|
||||
t.logSql(TrimLogSql.trim(sql));
|
||||
}
|
||||
|
||||
Connection conn = t.getInternalConnection();
|
||||
|
||||
Reference in New Issue
Block a user