diff options
author | rowanbeentje <rowan@beent.je> | 2011-02-11 02:06:18 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-02-11 02:06:18 +0000 |
commit | e3ac547a6fb5b73581e61bb35ac2f3f7fca67a96 (patch) | |
tree | 8ed159102057d9a26a5dd13e303cf1ce37da7c3b /Source/SPTableTriggers.h | |
parent | f5a99e49839174bdfa2364fbba1c963da4a3481b (diff) | |
download | sequelpro-e3ac547a6fb5b73581e61bb35ac2f3f7fca67a96.tar.gz sequelpro-e3ac547a6fb5b73581e61bb35ac2f3f7fca67a96.tar.bz2 sequelpro-e3ac547a6fb5b73581e61bb35ac2f3f7fca67a96.zip |
- Revert r3187, which only masked an underlying bug and caused double columns in views
- In SPTableStructureDelete, don't request the encoding if the table is reloading; this prevents multithreaded data fetches and race conditions causing Issue #974.
- Alter SPTableData to use thread mutexes instead of a boolean to prevent threading issues, which also fixes Issue #974 in a different way. Alter race condition checks to block their threads instead of returning bogus information to prevent state issues.
- Alter table loading to no longer load trigger information until required, speeding up use of other views and cleaning up the console log.
Diffstat (limited to 'Source/SPTableTriggers.h')
-rw-r--r-- | Source/SPTableTriggers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableTriggers.h b/Source/SPTableTriggers.h index 0dfd6f30..70eeeb2e 100644 --- a/Source/SPTableTriggers.h +++ b/Source/SPTableTriggers.h @@ -65,6 +65,7 @@ @property (readwrite, assign) MCPConnection *connection; - (void)loadTriggers; +- (void)resetInterface; // IB action methods - (IBAction)addTrigger:(id)sender; |