diff options
author | rowanbeentje <rowan@beent.je> | 2010-09-05 22:25:47 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-09-05 22:25:47 +0000 |
commit | a284c331debb4d9c170fe02c3eff435dd6b7e94d (patch) | |
tree | 1ac9da2be84fe683d34975e29c148d010715c008 /Source/SPTableContent.h | |
parent | 46344761d22504556f7fdf6321f706e33f85804f (diff) | |
download | sequelpro-a284c331debb4d9c170fe02c3eff435dd6b7e94d.tar.gz sequelpro-a284c331debb4d9c170fe02c3eff435dd6b7e94d.tar.bz2 sequelpro-a284c331debb4d9c170fe02c3eff435dd6b7e94d.zip |
- Fix incomplete argument logic when deleting multiple rows without indexes (now rolled into argumentForRow: for centralised logic), addressing Issue #791
- Update table row count at bottom of window when deleting rows in the content view
- Update localisable strings
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index b82eb7c3..f88d6fe9 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -159,6 +159,7 @@ - (void)processResultIntoDataStorage:(MCPStreamingResult *)theResult approximateRowCount:(NSUInteger)targetRowCount; - (BOOL)addRowToDB; - (NSString *)argumentForRow:(NSInteger)row; +- (NSString *)argumentForRow:(NSInteger)row excludingLimits:(BOOL)excludeLimits; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs; - (BOOL)tableContainsBlobOrTextColumns; - (NSString *)fieldListForQuery; |