aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-26 01:30:28 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-26 01:30:28 +0000
commitc1dabdff652fc32ce54b4d48c0d0f9b1e2824213 (patch)
tree6a20852762b54cdc1863b47f3022ecb09f85a5f0 /Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
parent8c6666fd8f0c32dccd5b7d645e1381d9aad488f4 (diff)
downloadsequelpro-c1dabdff652fc32ce54b4d48c0d0f9b1e2824213.tar.gz
sequelpro-c1dabdff652fc32ce54b4d48c0d0f9b1e2824213.tar.bz2
sequelpro-c1dabdff652fc32ce54b4d48c0d0f9b1e2824213.zip
Switch to using libpqtypes for retrieving numeric values.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
index c4d6a96a..1a5081db 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
@@ -94,9 +94,9 @@ static FLXPostgresOid FLXPostgresTypeDateTimeTypes[] =
return [self _timestmpFromResult];
case FLXPostgresOidInterval:
return [self _timeIntervalFromResult];
- default:
- return [NSNull null];
}
+
+ return [NSNull null];
}
#pragma mark -