From 24f89a873caf37947f0447ff870ca4c8d55c453e Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 22 Mar 2012 01:18:18 +0000 Subject: - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser instead of regexes - Support multiple primary keys in the SPTableData parse - If possible, use primary keys to preserve table content selection instead of row indexes - Improve SPTableData primary keys method to use cached value instead of using another query - Preserve selection when filtering tables if appropriate --- Source/SPConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 4b2d87a3..ce53ceb3 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -400,6 +400,8 @@ extern NSString *SPLastImportIntoNewTableType; extern NSString *SPGlobalValueHistory; extern NSString *SPBundleDeletedDefaultBundlesKey; extern NSString *SPHiddenKeyFileVisibilityKey; +extern NSString *SPSelectionDetailTypeIndexed; +extern NSString *SPSelectionDetailTypePrimaryKeyed; // URLs extern NSString *SPDonationsURL; -- cgit v1.2.3