diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-15 19:37:25 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-15 19:37:25 +0000 |
commit | 95f796e8c75aeb13f4e1190d9ec08feecc35aba6 (patch) | |
tree | d93cc99bcc1ed043c313dcc5188adfe252c1e82f /Source/TablesList.m | |
parent | 6f267c8d8f6c12663e16d30f4cd4a1a6677fccd5 (diff) | |
download | sequelpro-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.m | 1 |
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]; } /** |