From 12ad4fae862bc157cd133b42ed8f204bc273058a Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 10 Sep 2012 10:23:44 +0000 Subject: Tidy up data types. --- Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m index a1b5fac6..a7b98909 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m +++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m @@ -25,9 +25,12 @@ @synthesize connection = _connection; +#pragma mark - + - (id)initWithConnection:(FLXPostgresConnection *)connection { if ((self = [super init])) { + _result = nil; _connection = [connection retain]; } -- cgit v1.2.3