aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r--Source/SPTableData.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m
index feb77848..117f1a05 100644
--- a/Source/SPTableData.m
+++ b/Source/SPTableData.m
@@ -293,14 +293,15 @@
NSDictionary *columnData;
NSEnumerator *enumerator;
+ [columns removeAllObjects];
+ [columnNames removeAllObjects];
+ [constraints removeAllObjects];
+
if( [tableListInstance tableType] == SPTableTypeTable || [tableListInstance tableType] == SPTableTypeView ) {
tableData = [self informationForTable:[tableListInstance tableName]];
}
if (tableData == nil ) {
- [columns removeAllObjects];
- [columnNames removeAllObjects];
- [constraints removeAllObjects];
return FALSE;
}