aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-03 10:34:33 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-03 10:34:33 +0000
commitc9e9a6a1c8d8c9d0e40a45a2ce2d5d95cf1dafba (patch)
tree271313021ba56cbb86357da56d6158cf43509129 /Source/TableDump.h
parent4fe58d39c65438f13398a3617f06e2077840a176 (diff)
downloadsequelpro-c9e9a6a1c8d8c9d0e40a45a2ce2d5d95cf1dafba.tar.gz
sequelpro-c9e9a6a1c8d8c9d0e40a45a2ce2d5d95cf1dafba.tar.bz2
sequelpro-c9e9a6a1c8d8c9d0e40a45a2ce2d5d95cf1dafba.zip
• field mapping sheet is now document-modal instead of blocking SP entirely
• if an error occurred while retrieving column or index data in Structure pane reset Structure pane to a stable status, display the error message, and reload Tables List table due to the fact the it's very likely that SP tries to retrieve data from a table which doesn't exist anymore • fixed spelling of "occurred" Note: NOT YET DONE: if in Structure view the actual underlying table was deleted or renamed by an other mysql event and the user tries to add/change a field do suppress this attempt safely
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index 3b89bdc5..7e1dc5cc 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -105,12 +105,15 @@
NSInteger fieldMappingCurrentRow;
NSUserDefaults *prefs;
BOOL progressCancelled;
+
+ NSInteger fieldMapperSheetStatus;
}
// IBAction methods
- (IBAction)reloadTables:(id)sender;
- (IBAction)selectTables:(id)sender;
- (IBAction)closeSheet:(id)sender;
+- (IBAction)closeFieldMapperSheet:(id)sender;
- (IBAction)stepRow:(id)sender;
- (IBAction)cancelProgressBar:(id)sender;