From 4bac2aa3a2feb2c7eda3064e070cac005e7fa256 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 12 Sep 2012 11:06:55 +0000 Subject: Fix incorrect selector. --- Frameworks/PostgresKit/Source/FLXPostgresConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Source') 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]; -- cgit v1.2.3