diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-08 00:22:16 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-08 00:22:16 +0000 |
commit | 9818e55d8d240314fa05f76ba8b7c9ed5ba43d00 (patch) | |
tree | 57f6bfe5eb885e85f4c951bb3d3f90383f60a134 /Source/SPConnectionController.h | |
parent | e169667bc113a6f6f8b75448dbe450a84e275f63 (diff) | |
download | sequelpro-9818e55d8d240314fa05f76ba8b7c9ed5ba43d00.tar.gz sequelpro-9818e55d8d240314fa05f76ba8b7c9ed5ba43d00.tar.bz2 sequelpro-9818e55d8d240314fa05f76ba8b7c9ed5ba43d00.zip |
- Ensure that error IDs are available from CMMCPConnection after connection or database selection problems
- Detect connection errors due to "Access denied" problems and show a clearer, more appropriate error message
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index ad61cfa8..03245d26 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -111,7 +111,7 @@ enum spconnection_types - (void)initiateSSHTunnelConnection; - (void)sshTunnelCallback:(SPSSHTunnel *)theTunnel; - (void)initiateMySQLConnection; -- (void)failConnectionWithErrorMessage:(NSString *)theErrorMessage withDetail:(NSString *)errorDetail; +- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail; - (void)errorSheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; - (void) addConnectionToDocument; |