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
NSAlert *alert = [NSAlertalertWithMessageText:NSLocalizedString(@"Error while converting content filter data", @"Content filters could not be converted to plist upon export - message title (ContentFilterManager)")
[queryString appendFormat:@" WHERE %@", filterString];
835
835
isFiltered = YES;
836
836
} else {
@@ -1007,7 +1007,7 @@ - (void) loadTableValues
1007
1007
if(activeFilter == 0) {
1008
1008
#endif
1009
1009
NSString *errorDetail;
1010
-
if(filterString)
1010
+
if([filterStringlength])
1011
1011
errorDetail = [NSStringstringWithFormat:NSLocalizedString(@"The table data couldn't be loaded presumably due to used filter clause. \n\nMySQL said: %@", @"message of panel when loading of table failed and presumably due to used filter argument"), [mySQLConnection lastErrorMessage]];
1012
1012
else
1013
1013
errorDetail = [NSStringstringWithFormat:NSLocalizedString(@"The table data couldn't be loaded.\n\nMySQL said: %@", @"message of panel when loading of table failed"), [mySQLConnection lastErrorMessage]];
[NSStringstringWithFormat:NSLocalizedString(@"MySQL said:\n\n%@", @"message of panel when error while adding row to db"), [mySQLConnection lastErrorMessage]]);
2991
+
SPBeginAlertSheet(
2992
+
NSLocalizedString(@"Unable to write row", @"Unable to write row error"),
[NSString stringWithFormat:NSLocalizedString(@"MySQL said:\n\n%@", @"message of panel when error while adding row to db"), [mySQLConnection lastErrorMessage]]
0 commit comments