From e8bf8bf422b83a55cefd1bdf149f380a822eb880 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 7 Sep 2012 09:57:31 +0000 Subject: Remove object quoting and keep track of data type support. --- Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m index 8f8ace87..130d6590 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m +++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m @@ -72,8 +72,6 @@ static FLXPostgresOid FLXPostgresTypeDateTimeTypes[] = - (NSData *)remoteDataFromObject:(id)object type:(FLXPostgresOid *)type { - if (!object || !type || ![object isKindOfClass:[NSDate class]]) return nil; - return nil; } @@ -101,14 +99,6 @@ static FLXPostgresOid FLXPostgresTypeDateTimeTypes[] = } } -- (NSString *)quotedStringFromObject:(id)object -{ - if (!object || ![object isKindOfClass:[NSString class]]) return nil; - - // TODO: Imeplement me! - return nil; -} - #pragma mark - #pragma mark Private API -- cgit v1.2.3