diff options
author | rowanbeentje <rowan@beent.je> | 2010-03-27 15:01:59 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-03-27 15:01:59 +0000 |
commit | 0559e08ff40bc2496c6af22beb4df99cf112e13b (patch) | |
tree | d665a5140902bc5dd72da608cf38f8c397fdad21 /Source/TableDocument.h | |
parent | cf8f377e47e14498c9f0d3628752b1ea60437cab (diff) | |
download | sequelpro-0559e08ff40bc2496c6af22beb4df99cf112e13b.tar.gz sequelpro-0559e08ff40bc2496c6af22beb4df99cf112e13b.tar.bz2 sequelpro-0559e08ff40bc2496c6af22beb4df99cf112e13b.zip |
- When switching tables, correctly catch disconnections and suppress error dialogs and related crashes
- Move connection error sheet close method to the connection delegate
- Tweak the information_schema db schema building query to be much faster on busy servers by amending the VIEW part
- Set the connection lock to nil after releasing, coping with connection unlocks deferred on the main thread until after dealloc
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 8919fea6..4a943302 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -233,7 +233,6 @@ // Other methods - (void) setQueryMode:(NSInteger)theQueryMode; - (IBAction)closeSheet:(id)sender; -- (IBAction)closeErrorConnectionSheet:(id)sender; - (IBAction)closePanelSheet:(id)sender; - (void)doPerformQueryService:(NSString *)query; - (void)doPerformLoadQueryService:(NSString *)query; |