From c1dabdff652fc32ce54b4d48c0d0f9b1e2824213 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 26 Sep 2012 01:30:28 +0000 Subject: Switch to using libpqtypes for retrieving numeric values. --- Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m') 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 - -- cgit v1.2.3