You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed performance problem when the SQL editor contained SQLs that were longer than 8000Bug fix: characters.
For SQLs that are longer than 8000 characters marking of result tab headers is skipped.
Copy file name to clipboardExpand all lines: sql12/core/src/net/sourceforge/squirrel_sql/client/session/mainpanel/resulttabheader/ResultTabMatchingCurrentSqlHandler.java
s_log.warn("Editor SQL too long (" + sqlToBeExecuted.length() + " chars) to perform matching result tab search without severe editor performance impact.");
0 commit comments