aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-07-21 23:36:31 +0000
committerstuconnolly <stuart02@gmail.com>2009-07-21 23:36:31 +0000
commit69a1f6a02d8aee011f47507d44d90b35c5b5aece (patch)
tree5cd9f7efa8efb4b3aeca36e6cb00d7280b70bc50 /Source/SPTableData.m
parent40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9 (diff)
downloadsequelpro-69a1f6a02d8aee011f47507d44d90b35c5b5aece.tar.gz
sequelpro-69a1f6a02d8aee011f47507d44d90b35c5b5aece.tar.bz2
sequelpro-69a1f6a02d8aee011f47507d44d90b35c5b5aece.zip
Disable updating the number of rows in the selected table in the table data cache within getNumberOfRows after the discovery of much larger issue.
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r--Source/SPTableData.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m
index f62daabd..007dd201 100644
--- a/Source/SPTableData.m
+++ b/Source/SPTableData.m
@@ -199,7 +199,7 @@
* via other means and are subsequently more accurate than the value currently set.
*/
- (void)setStatusValue:(NSString *)value forKey:(NSString *)key
-{
+{
[status setValue:value forKey:key];
}