aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2011-01-11 19:24:52 +0000
committerBibiko <bibiko@eva.mpg.de>2011-01-11 19:24:52 +0000
commit7d2238af04e18999b4dc83a92d82ac1944c0916d (patch)
treec01797e8873c99cc2d6b094b9d98f32f567c846b /Source/SPCustomQuery.h
parent15100feadc549801496c6d076931ba9b765ea069 (diff)
downloadsequelpro-7d2238af04e18999b4dc83a92d82ac1944c0916d.tar.gz
sequelpro-7d2238af04e18999b4dc83a92d82ac1944c0916d.tar.bz2
sequelpro-7d2238af04e18999b4dc83a92d82ac1944c0916d.zip
• fixed several issues for validation and other stuff while editing of MySQL data tables if user re-ordered columns
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r--Source/SPCustomQuery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h
index f4c2440d..7a8601a8 100644
--- a/Source/SPCustomQuery.h
+++ b/Source/SPCustomQuery.h
@@ -245,7 +245,7 @@
- (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection;
- (NSString *)usedQuery;
- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs;
-- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex;
+- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSNumber *)columnIndex;
- (NSUInteger)numberOfQueries;
- (NSRange)currentQueryRange;
- (NSString *)buildHistoryString;