diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-16 22:48:49 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-16 22:48:49 +0000 |
commit | cd0ac7f9878e2649846e46f559a7ba5ee3047e72 (patch) | |
tree | 4d32023421561e3da99d43c83a7668b900622c93 /Source/SPExtendedTableInfo.m | |
parent | 4b6a1810ca0d306e2dd4f8740b2d49d6cc5080cf (diff) | |
download | sequelpro-cd0ac7f9878e2649846e46f559a7ba5ee3047e72.tar.gz sequelpro-cd0ac7f9878e2649846e46f559a7ba5ee3047e72.tar.bz2 sequelpro-cd0ac7f9878e2649846e46f559a7ba5ee3047e72.zip |
- Make some thread safety improvements to try to address Issue #460
Diffstat (limited to 'Source/SPExtendedTableInfo.m')
-rw-r--r-- | Source/SPExtendedTableInfo.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPExtendedTableInfo.m b/Source/SPExtendedTableInfo.m index 7140320e..9a84286e 100644 --- a/Source/SPExtendedTableInfo.m +++ b/Source/SPExtendedTableInfo.m @@ -177,6 +177,7 @@ * Load all the info for the supplied table by querying the table data instance and updaing the interface * elements accordingly. * Note that interface elements are also toggled in start/endDocumentTaskForTab:, with similar logic. + * Due to the large quantity of interface interaction in this function it is not thread-safe. */ - (void)loadTable:(NSString *)table { |