aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-12 11:06:55 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-12 11:06:55 +0000
commit4bac2aa3a2feb2c7eda3064e070cac005e7fa256 (patch)
treecdbb47e05d29b9ab0b825a6a4032b6c3986b848c /Frameworks/PostgresKit
parent4c4d1fe137e6fb56ebc0c962c7aaa0a926d81722 (diff)
downloadsequelpro-4bac2aa3a2feb2c7eda3064e070cac005e7fa256.tar.gz
sequelpro-4bac2aa3a2feb2c7eda3064e070cac005e7fa256.tar.bz2
sequelpro-4bac2aa3a2feb2c7eda3064e070cac005e7fa256.zip
Fix incorrect selector.
Diffstat (limited to 'Frameworks/PostgresKit')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresConnection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.m b/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
index e5253fa8..5155b79a 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
@@ -101,7 +101,7 @@ static void _FLXPostgresConnectionNoticeProcessor(void *arg, const char *message
_stringEncoding = FLXPostgresConnectionDefaultStringEncoding;
_encoding = [NSString stringWithString:FLXPostgresConnectionDefaultEncoding];
- _delegateSupportsWillExecute = [_delegate respondsToSelector:@selector(connection:willExecute:values:)];
+ _delegateSupportsWillExecute = [_delegate respondsToSelector:@selector(connection:willExecute:withValues:)];
_typeMap = [[NSMutableDictionary alloc] init];