diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-21 21:46:10 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-21 21:46:10 +0000 |
commit | 75c1cf6b0a918752c1a6a439e96e5cf8fba7e5ea (patch) | |
tree | c0a83cb8bf543b874b9cccd407554d42ad1f1b8b /Source/TableDocument.h | |
parent | 829e22e75999e9390dd6f8c0310d5171829191f0 (diff) | |
download | sequelpro-75c1cf6b0a918752c1a6a439e96e5cf8fba7e5ea.tar.gz sequelpro-75c1cf6b0a918752c1a6a439e96e5cf8fba7e5ea.tar.bz2 sequelpro-75c1cf6b0a918752c1a6a439e96e5cf8fba7e5ea.zip |
• CSV Import Field Mapper
- added Advanced sheet for setting IGNORE, DELAYED, ON DUPLICATE KEY UPDATE '<string>' for INSERT/REPLACE INTO
• if during import CSV Import an error occurred show SP Console
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index ca4bb812..6c03e01a 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -239,6 +239,8 @@ - (IBAction)backForwardInHistory:(id)sender; - (IBAction)showUserManager:(id)sender; +- (void)showConsole:(id)sender; + // Accessor methods - (NSString *)host; - (NSString *)name; |