diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 27fa998e..f5f6e5bf 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -58,7 +58,8 @@ NSString *SPReloadAfterAddingRow = @"ReloadAfterAddingRow"; NSString *SPReloadAfterEditingRow = @"ReloadAfterEditingRow"; NSString *SPReloadAfterRemovingRow = @"ReloadAfterRemovingRow"; NSString *SPLoadBlobsAsNeeded = @"LoadBlobsAsNeeded"; -NSString *SPFetchCorrectRowCount = @"FetchCorrectRowCount"; +NSString *SPTableRowCountQueryLevel = @"TableRowCountQueryLevel"; +NSString *SPTableRowCountCheapSizeBoundary = @"TableRowCountCheapLookupSizeBoundary"; NSString *SPNewFieldsAllowNulls = @"NewFieldsAllowNulls"; NSString *SPLimitResults = @"LimitResults"; NSString *SPLimitResultsValue = @"LimitResultsValue"; |