aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-15 19:37:25 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-15 19:37:25 +0000
commit95f796e8c75aeb13f4e1190d9ec08feecc35aba6 (patch)
treed93cc99bcc1ed043c313dcc5188adfe252c1e82f /Source/TablesList.m
parent6f267c8d8f6c12663e16d30f4cd4a1a6677fccd5 (diff)
downloadsequelpro-95f796e8c75aeb13f4e1190d9ec08feecc35aba6.tar.gz
sequelpro-95f796e8c75aeb13f4e1190d9ec08feecc35aba6.tar.bz2
sequelpro-95f796e8c75aeb13f4e1190d9ec08feecc35aba6.zip
• different log message for changing max_allowed_packet for increasing it and for resetting it (a bit more transparent info)
- now also check the delegate if queryGaveError: method is implemented • while adding/updating a row to the db Table Content's pane now indicates that process better via spinning wheel • after TRUNCATE TABLE reload that table content
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r--Source/TablesList.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m
index 98b67904..1cd8d8de 100644
--- a/Source/TablesList.m
+++ b/Source/TablesList.m
@@ -812,6 +812,7 @@
// Get next index (beginning from the end)
currentIndex = [indexes indexLessThanIndex:currentIndex];
}
+ [tableContentInstance reloadTable:self];
}
/**