aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-10 10:23:44 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-10 10:23:44 +0000
commit12ad4fae862bc157cd133b42ed8f204bc273058a (patch)
tree78a13025dc345f48c59a823cadaa05f84a08b1bd /Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m
parenteca60f20dcc8a90964999a4ed8b90cdb40965c08 (diff)
downloadsequelpro-12ad4fae862bc157cd133b42ed8f204bc273058a.tar.gz
sequelpro-12ad4fae862bc157cd133b42ed8f204bc273058a.tar.bz2
sequelpro-12ad4fae862bc157cd133b42ed8f204bc273058a.zip
Tidy up data types.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m3
1 files changed, 3 insertions, 0 deletions
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];
}